package.json 578 B

123456789101112131415161718192021
  1. {
  2. "name": "allstar",
  3. "version": "1.0.0",
  4. "description": "",
  5. "main": "index.js",
  6. "dependencies": {
  7. "protobufjs": "^6.8.6"
  8. },
  9. "devDependencies": {},
  10. "scripts": {
  11. "test": "echo \"Error: no test specified\" && exit 1",
  12. "build": "CocosCreator --path . --build 'configPath=settings/builder'",
  13. "proto:message": "./node_modules/.bin/pbjs -t static-module -o ./assets/scripts/utils/Bundle.js ./protobuf/message.proto"
  14. },
  15. "repository": {
  16. "type": "git",
  17. "url": "http://svn.ouj.com:3000/DWG/allstar.git"
  18. },
  19. "author": "",
  20. "license": "ISC"
  21. }