-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
43 lines (43 loc) · 1.07 KB
/
Copy pathpackage.json
File metadata and controls
43 lines (43 loc) · 1.07 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
{
"name": "",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"build": "tsc --skipLibCheck",
"build:watch": "tsc --skipLibCheck --watch",
"launch": "tsc && node build/main.js",
"clean": "rm -rf ./tmp"
},
"author": "",
"license": "ISC",
"dependencies": {
"@types/gapi": "^0.0.39",
"@types/object-hash": "^1.2.0",
"googleapis": "^41.0.1",
"object-hash": "^1.3.1"
},
"devDependencies": {
"@types/cheerio": "^0.22.10",
"@types/mocha": "^2.2.48",
"@types/node-fetch": "^2.3.7",
"@types/puppeteer": "^1.6.4",
"@types/rimraf": "^2.0.2",
"@types/sharp": "^0.22.0",
"@types/should": "^13.0.0",
"cheerio": "^1.0.0-rc.2",
"describe": "^1.2.0",
"fs": "^0.0.1-security",
"mkdirp-promise": "^5.0.1",
"mocha": "^5.0.0",
"node-fetch": "^2.6.0",
"puppeteer": "^1.8.0",
"rimraf": "^2.6.3",
"sharp": "^0.22.0",
"ts-node": "^7.0.0",
"tslint": "^5.10.0",
"tslint-eslint-rules": "^5.3.1",
"typescript": "^3.5.3",
"typescript-formatter": "^7.1.0"
}
}