{ "name": "8bitworkshop", "version": "3.5.3", "author": "Steven Hugg", "description": "8bitworkshop.com", "repository": { "type": "git", "url": "git+https://github.com/sehugg/8bitworkshop.git" }, "license": "GPL-3.0", "dependencies": { "bootstrap-tourist": "^0.2.1", "browser-detect": "^0.2.28", "jquery": "^3.4.1", "reflect-metadata": "^0.1.13" }, "devDependencies": { "@types/bootbox": "^4.4.36", "@types/bootstrap": "^3.4.0", "@types/jquery": "^3.5.0", "atob": "^2.1.x", "btoa": "^1.2.x", "clipboard": "^2.0.6", "jsdom": "^12.2.0", "lzg": "^1.0.x", "mocha": "^7.2.0", "octokat": "^0.10.0", "pngjs": "^3.4.0", "rgbquant": "^1.1.2", "typescript": "^3.9.6", "typescript-formatter": "^7.2.2", "vgm-parser": "^0.6.3" }, "main": "main.js", "directories": { "doc": "doc", "test": "tests" }, "scripts": { "build": "make", "test": "npm run test-node", "test-one": "NODE_PATH=$(pwd) mocha --recursive --timeout 60000", "test-node": "NODE_PATH=$(pwd) mocha --recursive --timeout 60000 test/cli", "test-worker": "NODE_PATH=$(pwd) mocha --recursive --timeout 60000 test/cli/testworker.js", "test-platforms": "NODE_PATH=$(pwd) mocha --recursive --timeout 60000 test/cli/testplatforms.js", "test-profile": "NODE_PATH=$(pwd) mocha --recursive --timeout 60000 --prof test/cli" }, "keywords": [ "8bit" ], "bugs": { "url": "https://github.com/sehugg/8bitworkshop/issues" }, "homepage": "https://github.com/sehugg/8bitworkshop#readme" }