-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
34 lines (34 loc) · 965 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
32
33
34
{
"name": "manchester-wasm",
"version": "1.0.0",
"description": "",
"scripts": {
"buildWeb": "ts-node --transpile-only src/cli/build/buildWeb.ts",
"buildServer": "ts-node --transpile-only src/cli/build/buildServer.ts",
"dev": "ts-node --transpile-only src/cli/build/dev.ts",
"test": "jest"
},
"author": "",
"license": "BSD-3-Clause",
"dependencies": {
"@hapi/hapi": "^20.1.0",
"@hapi/inert": "^6.0.3"
},
"devDependencies": {
"@types/hapi__hapi": "^20.0.5",
"@types/hapi__inert": "^5.2.2",
"@typescript-eslint/eslint-plugin": "^4.15.2",
"@typescript-eslint/parser": "^4.15.2",
"chokidar": "^3.5.1",
"esbuild": "^0.8.53",
"eslint": "^7.21.0",
"eslint-config-prettier": "^8.1.0",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-prettier": "^3.3.1",
"jest": "^26.6.3",
"prettier": "^2.2.1",
"ts-jest": "^26.5.2",
"ts-node": "^9.1.1",
"typescript": "^4.2.2"
}
}