-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
41 lines (41 loc) · 953 Bytes
/
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
{
"name": "bookshelf",
"version": "0.0.0",
"license": "MIT",
"scripts": {},
"private": true,
"devDependencies": {
"@commitlint/cli": "latest",
"@commitlint/config-conventional": "latest",
"@google/clasp": "^2.4.1",
"@nrwl/cli": "14.5.10",
"@nrwl/jest": "^14.5.10",
"@nrwl/workspace": "14.5.10",
"@types/google-apps-script": "^1.0.55",
"@types/jest": "27.4.1",
"@types/node": "^18.7.13",
"babel-minify": "^0.5.2",
"gas-webpack-plugin": "^2.3.0",
"husky": "latest",
"jest": "27.5.1",
"lint-staged": "latest",
"nx": "14.5.10",
"prettier": "^2.6.2",
"ts-jest": "27.1.4",
"ts-loader": "^9.3.1",
"ts-node": "10.9.1",
"ts2gas": "^4.2.0",
"typescript": "~4.7.2",
"webpack": "^5.74.0",
"webpack-cli": "^4.10.0"
},
"workspaces": [
"packages/**"
],
"lint-staged": {
"**/*": "prettier -w -u"
},
"dependencies": {
"tslib": "^2.3.0"
}
}