UNPKG

1.58 kBJSONView Raw
1{
2 "name": "zwitterion",
3 "version": "0.25.0",
4 "description": "Auto-transpiling, live-reloading, and SPA-ing server for JavaScript, TypeScript, JSX, TSX, and WebAssembly.",
5 "scripts": {
6 "start": "node main.js",
7 "test": "xvfb-run guesswork electron --entry test/index.js",
8 "test-window": "guesswork electron --entry test/index.js --electron-window",
9 "test-auto": "guesswork electron --entry test/index.js"
10 },
11 "bin": {
12 "zwitterion": "./main.js"
13 },
14 "repository": {
15 "type": "git",
16 "url": "git+https://github.com/lastmjs/zwitterion.git"
17 },
18 "author": "Jordan Last <jordan.michael.last@gmail.com>",
19 "license": "MIT",
20 "bugs": {
21 "url": "https://github.com/lastmjs/zwitterion/issues"
22 },
23 "homepage": "https://github.com/lastmjs/zwitterion#readme",
24 "dependencies": {
25 "assert-es-module": "0.0.0",
26 "babel-core": "^6.26.0",
27 "babel-plugin-syntax-export-extensions": "^6.13.0",
28 "babel-preset-typescript": "^7.0.0-alpha.19",
29 "chokidar": "^2.0.3",
30 "commander": "^2.11.0",
31 "events-es-module": "0.0.0",
32 "fs-extra": "^5.0.0",
33 "inherits-es-module": "0.0.0",
34 "install": "^0.11.0",
35 "is-windows": "^1.0.2",
36 "npm": "^5.8.0",
37 "path-browserify-es-module": "0.0.0",
38 "resolve": "^1.5.0",
39 "stream-es-module": "0.0.0",
40 "typescript": "^2.4.2",
41 "util-es-module": "0.0.0",
42 "wast2wasm": "0.0.1",
43 "whatwg-url": "^6.4.0",
44 "ws": "^5.0.0"
45 },
46 "devDependencies": {
47 "electron": "^2.0.0-beta.6",
48 "guesswork": "^0.10.1",
49 "node-fetch": "^2.1.1",
50 "uuid": "^3.2.1"
51 }
52}