-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 794 Bytes
/
package.json
File metadata and controls
29 lines (29 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
{
"name": "datatrue-suite-replication",
"version": "1.0.0",
"description": "",
"scripts": {
"build": "webpack",
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Omja Das",
"devDependencies": {
"@datatrue/api": "^0.2.3",
"@google/clasp": "^2.5.0",
"@types/google-apps-script": "^2.0.8",
"@types/js-yaml": "^4.0.9",
"@types/node": "^24.12.2",
"@typescript-eslint/eslint-plugin": "^8.58.2",
"@typescript-eslint/parser": "^8.32.1",
"clean-webpack-plugin": "^4.0.0",
"create-file-webpack": "^1.0.2",
"eslint": "^9.39.2",
"front-matter": "^4.0.2",
"js-yaml": "^4.1.1",
"ts-loader": "^9.5.7",
"ts-node": "^10.9.2",
"typescript": "^6.0.2",
"webpack": "^5.106.2",
"webpack-cli": "^7.0.2"
}
}