{ "name": "7gui", "version": "1.0.0", "description": "Implementation of the 7gui exercises", "main": "index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "build": "npx browserify --debug ./src/main.ts -p [ tsify ] > index.js", "watch": "npx live-server --watch='./*.html,./*.js'" }, "repository": { "type": "git", "url": "ssh://git@mhack.io/home/git/7gui.git" }, "author": "", "license": "ISC", "dependencies": { "imgui-js": "file:./imgui-js" }, "devDependencies": { "@types/node": "^12.0.0", "browserify": "^16.2.3", "live-server": "^1.2.1", "tsify": "^4.0.1", "typescript": "^3.3.3333" } }