UNPKG

1.64 kBJSONView Raw
1{
2 "name": "zwitterion",
3 "version": "0.28.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": "https://github.com/lastmjs/zwitterion"
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.3",
27 "babel-plugin-syntax-dynamic-import": "^6.18.0",
28 "babel-plugin-syntax-export-extensions": "6.13.0",
29 "babel-preset-typescript": "7.0.0-alpha.19",
30 "chokidar": "2.0.3",
31 "commander": "2.15.1",
32 "events-es-module": "0.0.0",
33 "fs-extra": "5.0.0",
34 "inherits-es-module": "0.0.0",
35 "install": "0.11.0",
36 "is-windows": "1.0.2",
37 "npm": "5.8.0",
38 "path-browserify-es-module": "0.0.0",
39 "resolve": "1.7.0",
40 "stream-es-module": "0.0.0",
41 "typescript": "2.9.2",
42 "util-es-module": "0.0.0",
43 "wast2wasm": "0.0.1",
44 "whatwg-url": "6.4.0",
45 "ws": "5.2.2"
46 },
47 "devDependencies": {
48 "semantic-release": "^15.1.5",
49 "electron": "2.0.9",
50 "guesswork": "0.11.2",
51 "node-fetch": "2.1.2",
52 "uuid": "3.2.1"
53 }
54}