-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
67 lines (67 loc) · 1.63 KB
/
package.json
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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
{
"name": "gas-pagespeedinsights-v5",
"version": "0.0.1",
"description": "",
"main": "index.js",
"scripts": {
"lint": "tslint --fix \"src/**/*.ts\"",
"test": "jest",
"build": "npm run lint && rimraf dist && webpack && cpx src/appsscript.json dist",
"deploy": "npm run build && clasp push"
},
"repository": {
"type": "git",
"url": "git+https://github.com/kemsakurai/gas-PageSpeedInsights-v5.git"
},
"keywords": [
"gas",
"google-apps-script",
"clasp",
"pagespeedinsights"
],
"author": "kemsakurai",
"license": "MIT",
"bugs": {
"url": "https://github.com/kemsakurai/gas-PageSpeedInsights-v5/issues"
},
"homepage": "https://github.com/kemsakurai/gas-PageSpeedInsights-v5#readme",
"devDependencies": {
"@types/google-apps-script": "0.0.32",
"@types/jest": "^23.3.14",
"cpx": "^1.5.0",
"gas-webpack-plugin": "^0.3.0",
"html-loader": "^0.5.5",
"html-webpack-plugin": "^3.2.0",
"jest": "^24.9.0",
"prettier": "^1.19.1",
"rimraf": "^2.7.1",
"ts-jest": "^23.10.5",
"ts-loader": "^5.4.5",
"tslint": "^5.20.1",
"tslint-config-prettier": "^1.18.0",
"tslint-plugin-prettier": "^2.3.0",
"webpack": "^4.44.2",
"webpack-cli": "^3.3.12"
},
"jest": {
"transform": {
"^.+\\.tsx?$": "ts-jest"
},
"testRegex": "(src/.+(\\.|/)(test|spec))\\.(jsx?|tsx?)$",
"moduleFileExtensions": [
"ts",
"tsx",
"js",
"jsx",
"json",
"node"
]
},
"dependencies": {
"@types/node": "^10.17.47",
"merge": "^2.1.0",
"npm": "^6.13.4",
"randomatic": ">=3.0.0",
"typescript": "^5.1.6"
}
}