package.json 521 B

123456789101112131415161718
  1. {
  2. "name": "saas-operation-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-tencent-dev": "sencha app build --build tencent-dev --testing",
  10. "build-tencent-test": "sencha app build --build tencent-test --testing",
  11. "build": "sencha app build --build prod --production"
  12. },
  13. "keywords": [
  14. "saas"
  15. ],
  16. "author": "yingp@usoftchina.com",
  17. "private": true
  18. }