-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 1.01 KB
/
Copy pathpackage.json
File metadata and controls
35 lines (35 loc) · 1.01 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
{
"name": "typetalk_spy",
"version": "1.0.0",
"main": "index.js",
"author": "xryuseix",
"license": "MIT",
"scripts": {
"build": "webpack",
"deploy": "webpack && clasp push -f",
"format": "prettier --write './src/**/*.{js,ts}'",
"lint": "eslint --fix './src/**/*.{js,ts}'"
},
"devDependencies": {
"typescript": "^4.7.4",
"@babel/core": "^7.18.6",
"@babel/preset-typescript": "^7.18.6",
"@google/clasp": "^2.4.1",
"@types/google-apps-script": "^1.0.49",
"@typescript-eslint/eslint-plugin": "^5.30.5",
"@typescript-eslint/parser": "^5.30.5",
"babel-loader": "^8.2.5",
"eslint": "^8.0.1",
"eslint-config-prettier": "^8.5.0",
"eslint-config-standard": "^17.0.0",
"eslint-plugin-import": "^2.25.2",
"eslint-plugin-n": "^15.0.0",
"eslint-plugin-promise": "^6.0.0",
"eslint-webpack-plugin": "^3.2.0",
"gas-webpack-plugin": "^2.3.0",
"prettier": "^2.7.1",
"tslint": "^6.1.3",
"webpack": "^5.73.0",
"webpack-cli": "^4.10.0"
}
}