UNPKG

1 kBJSONView Raw
1{
2 "name": "zwitterion",
3 "version": "0.30.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 "@jsenv/node-module-import-map": "3.4.0",
26 "chokidar": "3.0.2",
27 "commander": "3.0.0",
28 "fs-extra": "8.1.0",
29 "typescript": "3.5.3",
30 "ws": "7.1.2"
31 },
32 "devDependencies": {}
33}