2016-12-16 01:21:51 +00:00
|
|
|
{
|
2017-01-12 02:02:23 +00:00
|
|
|
"name": "8bitworkshop",
|
2023-05-06 16:30:28 +00:00
|
|
|
"version": "3.10.2",
|
2016-12-16 01:21:51 +00:00
|
|
|
"author": "Steven Hugg",
|
2021-07-10 19:28:02 +00:00
|
|
|
"category": "Development",
|
2022-01-25 00:51:52 +00:00
|
|
|
"description": "8bitworkshop.com retro programming IDE",
|
2019-05-26 03:15:25 +00:00
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
2019-08-02 14:30:37 +00:00
|
|
|
"url": "git+https://github.com/sehugg/8bitworkshop.git"
|
2019-05-26 03:15:25 +00:00
|
|
|
},
|
2019-08-02 14:30:37 +00:00
|
|
|
"license": "GPL-3.0",
|
2019-09-05 18:37:47 +00:00
|
|
|
"dependencies": {
|
2021-08-18 16:16:58 +00:00
|
|
|
"@types/chroma-js": "^2.1.3",
|
2022-09-14 03:13:46 +00:00
|
|
|
"@types/dompurify": "^2.3.4",
|
2021-07-30 23:21:50 +00:00
|
|
|
"@types/emscripten": "^1.39.5",
|
2022-01-28 00:02:37 +00:00
|
|
|
"@types/js-yaml": "^4.0.5",
|
2021-07-25 02:45:55 +00:00
|
|
|
"@wasmer/wasi": "^0.12.0",
|
|
|
|
"@wasmer/wasmfs": "^0.12.0",
|
2021-06-28 20:36:47 +00:00
|
|
|
"binaryen": "^101.0.0",
|
2021-08-18 16:16:58 +00:00
|
|
|
"chroma-js": "^2.1.2",
|
2021-08-03 17:13:59 +00:00
|
|
|
"clipboard": "^2.0.6",
|
2022-09-14 03:13:46 +00:00
|
|
|
"dompurify": "^2.4.0",
|
2021-08-12 23:19:39 +00:00
|
|
|
"error-stack-parser": "^2.0.6",
|
|
|
|
"fast-png": "^5.0.4",
|
2021-08-06 16:51:40 +00:00
|
|
|
"file-saver": "^2.0.5",
|
2023-02-15 22:24:09 +00:00
|
|
|
"jquery": "^3.6.3",
|
2021-08-03 17:13:59 +00:00
|
|
|
"jszip": "^3.7.0",
|
2021-08-01 18:03:50 +00:00
|
|
|
"localforage": "^1.9.0",
|
|
|
|
"mousetrap": "^1.6.5",
|
2021-08-05 01:27:48 +00:00
|
|
|
"octokat": "^0.10.0",
|
2021-08-14 16:06:49 +00:00
|
|
|
"preact": "^10.5.14",
|
2021-08-12 23:19:39 +00:00
|
|
|
"split.js": "^1.6.2",
|
2023-05-18 18:32:31 +00:00
|
|
|
"atob": "^2.1.x",
|
|
|
|
"btoa": "^1.2.x",
|
2021-08-12 23:19:39 +00:00
|
|
|
"yufka": "^2.0.1"
|
2019-09-05 18:37:47 +00:00
|
|
|
},
|
2016-12-16 01:21:51 +00:00
|
|
|
"devDependencies": {
|
2021-04-29 20:25:29 +00:00
|
|
|
"@types/bootbox": "^5.1.3",
|
2019-10-26 01:55:50 +00:00
|
|
|
"@types/bootstrap": "^3.4.0",
|
2022-01-28 16:04:09 +00:00
|
|
|
"@types/expect": "^24.3.0",
|
2021-08-03 17:13:59 +00:00
|
|
|
"@types/file-saver": "^2.0.3",
|
2020-12-08 14:45:48 +00:00
|
|
|
"@types/jquery": "^3.5.5",
|
2022-01-28 16:04:09 +00:00
|
|
|
"@types/mocha": "^9.1.0",
|
2021-01-06 14:56:10 +00:00
|
|
|
"@types/node": "^14.14.20",
|
2020-08-01 18:17:19 +00:00
|
|
|
"bootstrap": "^3.4.1",
|
2020-08-01 17:35:27 +00:00
|
|
|
"bootstrap-tourist": "^0.2.1",
|
2021-07-07 16:06:22 +00:00
|
|
|
"command-exists": "^1.2.9",
|
2023-05-18 18:32:31 +00:00
|
|
|
"cors": "^2.8.5",
|
|
|
|
"express": "^4.18.2",
|
2023-02-15 22:24:09 +00:00
|
|
|
"esbuild": "^0.12.29",
|
|
|
|
"jsdom": "^21.1.0",
|
2018-10-11 15:33:09 +00:00
|
|
|
"lzg": "^1.0.x",
|
2022-01-25 00:51:52 +00:00
|
|
|
"mocha": "^9.2.0",
|
2021-07-07 16:06:22 +00:00
|
|
|
"mocha-simple-html-reporter": "^2.0.0",
|
2022-01-25 00:51:52 +00:00
|
|
|
"typescript": "^4.4.4",
|
2021-08-09 17:37:21 +00:00
|
|
|
"typescript-formatter": "^7.2.2"
|
|
|
|
},
|
|
|
|
"optionalDependencies": {
|
2022-10-04 15:01:40 +00:00
|
|
|
"chromedriver": "*",
|
2021-08-09 17:37:21 +00:00
|
|
|
"heapdump": "^0.3.15",
|
|
|
|
"jsfuzz": "^1.0.14",
|
2022-10-04 15:01:40 +00:00
|
|
|
"nightwatch": "*",
|
2021-08-09 17:37:21 +00:00
|
|
|
"reflect-metadata": "^0.1.13",
|
|
|
|
"rgbquant": "^1.1.2",
|
2022-01-25 00:51:52 +00:00
|
|
|
"typedoc": "^0.22.11"
|
2017-01-12 02:02:23 +00:00
|
|
|
},
|
2023-05-20 17:55:15 +00:00
|
|
|
"overrides": {
|
|
|
|
"fetch-vcr": {
|
|
|
|
"node-fetch": "2.6.7"
|
|
|
|
}
|
|
|
|
},
|
2017-01-12 02:02:23 +00:00
|
|
|
"scripts": {
|
2021-08-09 17:06:38 +00:00
|
|
|
"build": "make prepare",
|
2018-07-30 02:33:15 +00:00
|
|
|
"test": "npm run test-node",
|
2021-08-02 14:12:58 +00:00
|
|
|
"tsbuild": "tsc --build tsconfig.json",
|
2021-08-01 18:03:50 +00:00
|
|
|
"esbuild": "npm run esbuild-worker && npm run esbuild-ui",
|
|
|
|
"esbuild-clean": "rm -f ./gen/*.*",
|
2023-05-18 18:32:31 +00:00
|
|
|
"esbuild-server": "esbuild src/worker/server/server.ts --platform=node --bundle --sourcemap --target=es2020 --outfile=./gen/server/server.js",
|
2021-08-15 15:10:01 +00:00
|
|
|
"esbuild-worker": "esbuild src/worker/workermain.ts --bundle --sourcemap --target=es2017 --outfile=./gen/worker/bundle.js",
|
2021-08-02 14:12:58 +00:00
|
|
|
"esbuild-ui": "esbuild src/ide/ui.ts src/ide/embedui.ts --splitting --format=esm --bundle --minify --sourcemap --target=es2017 --outdir=./gen/ --external:path --external:fs",
|
2023-05-18 18:32:31 +00:00
|
|
|
"server": "npm run esbuild-server && rm -fr ./server-root/sessions && node gen/server/server.js",
|
2018-08-16 23:19:20 +00:00
|
|
|
"test-one": "NODE_PATH=$(pwd) mocha --recursive --timeout 60000",
|
2022-01-28 16:04:09 +00:00
|
|
|
"test-node": "NODE_PATH=$(pwd) mocha --recursive --timeout 60000 test/cli gen/test",
|
|
|
|
"test-profile": "NODE_PATH=$(pwd) mocha --recursive --timeout 60000 --prof test/cli gen/test",
|
2021-07-07 16:06:22 +00:00
|
|
|
"test-worker": "NODE_PATH=$(pwd) mocha --timeout 60000 test/cli/testworker.js",
|
|
|
|
"test-platforms": "NODE_PATH=$(pwd) mocha --timeout 60000 test/cli/testplatforms.js",
|
2021-09-20 23:01:59 +00:00
|
|
|
"test-verilog": "NODE_PATH=$(pwd) mocha --timeout 60000 --reporter mocha-simple-html-reporter --reporter-options output=test/output/verilog.html test/verilog/testverilog.js",
|
2021-08-18 20:44:13 +00:00
|
|
|
"test-web-quick": "nightwatch -e chrome test/web/testembed.js",
|
|
|
|
"test-web-all": "nightwatch -e chrome test/web",
|
2020-10-14 22:33:15 +00:00
|
|
|
"fuzzbasic": "jsfuzz gen/common/basic/fuzz.js ~/basic/corpus/ --versifier false",
|
2021-07-06 18:50:16 +00:00
|
|
|
"fuzzhdl": "jsfuzz -r binaryen gen/common/hdl/fuzz.js ~/verilator/corpus/ --versifier false",
|
2021-06-21 16:41:54 +00:00
|
|
|
"machine": "node gen/tools/runmachine.js",
|
|
|
|
"mkdoc": "typedoc --out web/jsdoc src/common/"
|
2017-01-12 02:02:23 +00:00
|
|
|
},
|
|
|
|
"keywords": [
|
2020-07-30 19:43:55 +00:00
|
|
|
"8bit",
|
|
|
|
"ide",
|
|
|
|
"retrodev",
|
|
|
|
"6502",
|
|
|
|
"z80"
|
2017-01-12 02:02:23 +00:00
|
|
|
],
|
|
|
|
"bugs": {
|
|
|
|
"url": "https://github.com/sehugg/8bitworkshop/issues"
|
|
|
|
},
|
2021-07-10 19:28:02 +00:00
|
|
|
"homepage": "https://github.com/sehugg/8bitworkshop#readme",
|
|
|
|
"build": {
|
|
|
|
"appId": "com.8bitworkshop.ide",
|
|
|
|
"icon": "meta/icons/8bitworkshop-icon-1024.png",
|
2023-05-18 18:32:31 +00:00
|
|
|
"copyright": "Copyright (c) 2023 Puzzling Plans LLC",
|
2021-07-10 19:28:02 +00:00
|
|
|
"linux": {
|
|
|
|
"category": "Development"
|
|
|
|
}
|
|
|
|
}
|
2016-12-16 01:21:51 +00:00
|
|
|
}
|