-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 794 Bytes
/
package.json
File metadata and controls
30 lines (30 loc) · 794 Bytes
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
{
"name": "purchasing-manager",
"dependencies": {
"luxon": "^1.23.0"
},
"author": "Ian Sanders <iansanders@mail.usf.edu>",
"scripts": {
"build": "tsc && webpack",
"push": "npm run build && clasp push",
"lint": "eslint",
"format": "prettier"
},
"license": "GPL",
"devDependencies": {
"@types/google-apps-script": "^1.0.12",
"@types/luxon": "^1.22.0",
"@typescript-eslint/eslint-plugin": "^2.28.0",
"@typescript-eslint/parser": "^2.28.0",
"clasp": "^1.0.0",
"eslint": "^6.8.0",
"eslint-config-prettier": "^6.10.1",
"eslint-plugin-googleappsscript": "^1.0.3",
"gas-webpack-plugin": "^1.0.2",
"prettier": "^2.0.4",
"typescript": "^3.8.3",
"webpack": "^5.75.0",
"webpack-cli": "^5.0.1"
},
"private": true
}