-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
72 lines (72 loc) · 1.88 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
68
69
70
71
72
{
"name": "gas-RSSToChatwork",
"version": "0.0.1",
"description": "",
"main": "index.js",
"scripts": {
"lint": "eslint src/**/*.ts",
"lint:fix": "eslint --fix src/**/*.ts",
"test": "jest",
"setup": "rm -f .clasp.json && clasp create --type sheets --title 'gas-RSSToChatwork' --rootDir ./dist",
"setup:use-id": "clasp setting scriptId",
"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-RSS2Chatwork.git"
},
"keywords": [
"gas",
"google-apps-script",
"clasp",
"pagespeedinsights"
],
"author": "kemsakurai",
"license": "MIT",
"bugs": {
"url": "https://github.com/kemsakurai/gas-RSS2Chatwork/issues"
},
"homepage": "https://github.com/kemsakurai/gas-RSS2Chatwork#readme",
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^3.10.1",
"@typescript-eslint/parser": "^3.10.1",
"cpx": "^1.5.0",
"eslint": "^7.24.0",
"eslint-config-prettier": "^6.15.0",
"eslint-plugin-prettier": "^3.4.0",
"gas-webpack-plugin": "^1.2.2",
"html-loader": "^0.5.5",
"html-webpack-plugin": "^3.2.0",
"jest": "^24.9.0",
"prettier": "^1.19.1",
"rimraf": "^2.7.1",
"typescript": "^3.9.9",
"webpack": "^4.46.0",
"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/google-apps-script": "0.0.53",
"@types/jest": "^24.9.1",
"@types/node": "^12.20.10",
"merge": "^2.1.1",
"npm": "^6.14.13",
"randomatic": ">=3.0.0",
"ts-jest": "^24.3.0",
"ts-loader": "^6.2.2"
}
}