-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
54 lines (54 loc) · 1.34 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
{
"name": "attendance_registration_form_gas",
"version": "1.2.1",
"description": "",
"main": "index.js",
"scripts": {
"lint": "eslint --fix src/**/*.ts",
"test": "jest",
"build": "npm run lint && npm run test && rimraf dist && webpack && cpx src/appsscript.json dist && cpx \"src/**/*.html\" dist",
"push": "npm run build && clasp push"
},
"repository": {
"type": "git",
"url": "git+https://github.com/tsuchinoko0402/attendance_registration_form_gas.git"
},
"keywords": [
"gas",
"google-apps-script",
"clasp"
],
"author": "tsuchinoko0402",
"license": "MIT",
"devDependencies": {
"@types/google-apps-script": "^1.0.16",
"@types/jest": "25.1.4",
"@typescript-eslint/eslint-plugin": "2.23.0",
"@typescript-eslint/parser": "2.23.0",
"cpx": "1.5.0",
"eslint": "6.8.0",
"eslint-config-prettier": "6.10.0",
"eslint-plugin-prettier": "3.1.2",
"gas-webpack-plugin": "1.0.2",
"prettier": "1.19.1",
"rimraf": "3.0.2",
"ts-loader": "6.2.1",
"typescript": "3.8.3",
"webpack": "4.42.0",
"webpack-cli": "3.3.11"
},
"jest": {
"transform": {
"^.+\\.tsx?$": "ts-jest"
},
"testRegex": "(src/.+(\\.|/)(test|spec))\\.(jsx?|tsx?)$",
"moduleFileExtensions": [
"ts",
"tsx",
"js",
"jsx",
"json",
"node"
]
}
}