-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathpackage.json
31 lines (31 loc) · 924 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
{
"name": "rotjs-typescript-basics",
"version": "1.0.0",
"description": "Using the rot.js library with TypeScript in a basic example.",
"main": "index.js",
"scripts": {
"build": "webpack",
"watch": "webpack --watch",
"serve": "http-server --port=8085 -c-1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Mizar999/rotjs-typescript-basics.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/Mizar999/rotjs-typescript-basics/issues"
},
"homepage": "https://github.com/Mizar999/rotjs-typescript-basics#readme",
"devDependencies": {
"concurrently": "^7.6.0",
"http-server": "^14.1.1",
"rot-js": "^2.2.0",
"ts-loader": "^9.4.2",
"typescript": "^4.9.4",
"webpack": "^5.75.0",
"webpack-cli": "^5.0.1"
}
}