-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 743 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 743 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
31
{
"name": "autotouch-template",
"version": "1.0.0",
"main": "index.js",
"scripts": {
"build": "webpack",
"dev": "webpack --watch",
"start": "node ./scripts/start"
},
"keywords": [],
"author": "Rot4tion",
"repository": {
"url": "https://github.com/Rot4tion/autotouch-template"
},
"license": "MIT",
"description": "",
"devDependencies": {
"@types/axios": "^0.9.36",
"@types/lodash": "^4.17.13",
"@types/node": "^22.7.9",
"banner-webpack-plugin": "^0.2.3",
"browserify": "^17.0.1",
"terser-webpack-plugin": "^5.3.10",
"ts-loader": "^9.5.1",
"ts-node": "^10.9.2",
"tsify": "^5.0.4",
"typescript": "^5.6.3",
"webpack": "^5.95.0",
"webpack-cli": "^5.1.4"
}
}