1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20
{ "name": "splus", "version": "1.0.0", "description": "", "private": true, "main": "index.js", "license": "UNLICENSED", "scripts": { "start": "ts-node index.ts" }, "dependencies": { "cheerio": "^1.0.0-rc.2", "googleapis": "^27.0.0" }, "devDependencies": { "@types/cheerio": "^0.22.7", "ts-node": "^6.0.0", "typescript": "^2.8.3" } }