-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 1.22 KB
/
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": "indirect3d",
"version": "1.0.0",
"description": "A weird thing to play with 3d graphics",
"main": "main.js",
"scripts": {
"build": "webpack build --mode=production",
"test": "mocha --require ts-node/register test/*.ts",
"watch": "webpack watch --mode=development"
},
"repository": {
"type": "git",
"url": "git+https://github.com/jsocol/indirect3d.git"
},
"author": "James Socol <[email protected]>",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/jsocol/indirect3d/issues"
},
"homepage": "https://github.com/jsocol/indirect3d#readme",
"devDependencies": {
"@types/chai": "^4.2.21",
"@types/mocha": "^9.0.0",
"@typescript-eslint/eslint-plugin": "^4.29.0",
"@typescript-eslint/parser": "^4.29.0",
"chai": "^4.3.4",
"eslint": "^7.32.0",
"eslint-config-airbnb-typescript": "^12.3.1",
"eslint-config-standard-with-typescript": "^20.0.0",
"eslint-plugin-import": "^2.23.4",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^4.3.1",
"live-server": "^1.2.1",
"mocha": "^9.0.3",
"ts-loader": "^9.2.5",
"ts-node": "^10.1.0",
"tslint": "^6.1.3",
"typescript": "^4.3.5",
"webpack-cli": "^4.7.2"
}
}