{ "name": "decibel-game", "version": "1.0.0", "description": "分贝小游戏", "main": "index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "dev": "npx parcel index.html --https", "build": "rm -rf ../../fed/pub/dwgame/decibel && parcel build index.html --out-dir ../../fed/pub/dwgame/decibel --public-url /dwgame/decibel" }, "repository": { "type": "git", "url": "http://svn.ouj.com:3000/DWG/decibel-game.git" }, "keywords": [], "author": "", "license": "ISC", "devDependencies": { "node-sass": "^4.12.0" }, "dependencies": { "parcel-plugin-static-files-copy": "^2.1.2", "pixi-plugin-bump": "^1.1.8", "pixi-spine": "^1.5.20", "pixi.js": "^4.8.6" } }