package.json 818 B

123456789101112131415161718192021222324252627
  1. {
  2. "name": "decibel-game",
  3. "version": "1.0.0",
  4. "description": "分贝小游戏",
  5. "main": "index.js",
  6. "scripts": {
  7. "test": "echo \"Error: no test specified\" && exit 1",
  8. "dev": "npx parcel index.html --https",
  9. "build": "rm -rf ../../fed/pub/dwgame/decibel && parcel build index.html --out-dir ../../fed/pub/dwgame/decibel --public-url /dwgame/decibel"
  10. },
  11. "repository": {
  12. "type": "git",
  13. "url": "http://svn.ouj.com:3000/DWG/decibel-game.git"
  14. },
  15. "keywords": [],
  16. "author": "",
  17. "license": "ISC",
  18. "devDependencies": {
  19. "node-sass": "^4.12.0"
  20. },
  21. "dependencies": {
  22. "parcel-plugin-static-files-copy": "^2.1.2",
  23. "pixi-plugin-bump": "^1.1.8",
  24. "pixi-spine": "^1.5.20",
  25. "pixi.js": "^4.8.6"
  26. }
  27. }