Newer
Older
7gui / package.json
{
  "name": "7gui",
  "version": "1.0.0",
  "description": "Implementation of the 7gui exercises",
  "main": "index.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1",
    "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",
    "rollup": "^1.15.6",
    "systemjs": "^0.21.6"
  },
  "devDependencies": {
    "@types/node": "^12.0.0",
    "@types/systemjs": "^0.20.6",
    "live-server": "^1.2.1",
    "typescript": "^3.3.3333"
  }
}