-
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) · 841 Bytes
/
Copy pathpackage.json
File metadata and controls
31 lines (31 loc) · 841 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": "test-npm-service",
"version": "1.0.1",
"description": "Visual TS Game engine, how to use it from NPM service",
"main": "index.ts",
"scripts": {
"game": "webpack --config webpack.config.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Nikola Lukic Nidza",
"license": "MIT",
"dependencies": {
"commonjs": "0.0.1",
"typescript": "^4.2.4",
"visual-ts": "^0.7.1"
},
"devDependencies": {
"@types/node": "^14.14.37",
"copy-webpack-plugin": "^8.1.1",
"css-loader": "^5.2.2",
"file-loader": "^6.2.0",
"html-webpack-plugin": "^5.3.1",
"image-webpack-loader": "^7.0.1",
"source-map-loader": "^2.0.1",
"style-loader": "^0.21.0",
"ts-loader": "^8.1.0",
"typescript": "^4.2.4",
"webpack": "^5.33.2",
"webpack-cli": "^4.6.0"
}
}