-
Notifications
You must be signed in to change notification settings - Fork 14
/
package.json
53 lines (53 loc) · 1.37 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
42
43
44
45
46
47
48
49
50
51
52
53
{
"name": "zwitterion",
"version": "0.47.0",
"description": "A web dev server that lets you import anything*",
"scripts": {
"start": "ts-node --transpile-only src/app.ts --port 5050",
"test": "ts-node --transpile-only test/test.ts --port 5050"
},
"bin": {
"zwitterion": "./bin.js"
},
"repository": {
"type": "git",
"url": "https://github.com/lastmjs/zwitterion"
},
"contributors": [
"Jordan Last <[email protected]>",
"electrovir"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/lastmjs/zwitterion/issues"
},
"homepage": "https://github.com/lastmjs/zwitterion#readme",
"dependencies": {
"@babel/core": "7.8.3",
"@babel/plugin-syntax-dynamic-import": "7.8.3",
"as-bind": "0.6.1",
"assemblyscript": "0.18.11",
"babel-plugin-syntax-export-extensions": "6.13.0",
"chokidar": "3.5.1",
"commander": "6.2.1",
"fs-extra": "8.1.0",
"is-windows": "1.0.2",
"mime": "2.5.2",
"sanitize-filename": "1.6.3",
"ts-node": "8.10.2",
"typescript": "3.9.9",
"wabt": "1.0.12",
"whatwg-url": "8.0.0",
"ws": "7.4.3"
},
"devDependencies": {
"@types/babel__core": "7.1.12",
"@types/fs-extra": "8.1.1",
"@types/mime": "2.0.3",
"@types/node": "12.20.4",
"@types/uuid": "8.3.0",
"@types/ws": "7.4.0",
"fast-check": "2.11.0",
"uuid": "8.3.2"
}
}