package.json 634 B

1234567891011121314151617181920
  1. {
  2. "name": "saas-web",
  3. "version": "1.0.0",
  4. "description": "saas贸易云系统",
  5. "main": "app.js",
  6. "scripts": {
  7. "test": "echo \"Error: no test specified\" && exit 1",
  8. "dev": "sencha app watch",
  9. "build-dev": "sencha app build --build dev --testing",
  10. "build-test": "sencha app build --build test --testing",
  11. "build-tencent-dev": "sencha app build --build tencent-dev --testing",
  12. "build-tencent-test": "sencha app build --build tencent-test --testing",
  13. "build": "sencha app build --build prod --production"
  14. },
  15. "keywords": [
  16. "saas"
  17. ],
  18. "author": "yingp@usoftchina.com",
  19. "private": true
  20. }