package.json 320 B

1234567891011121314151617
  1. {
  2. "name": "skynet",
  3. "version": "1.0.0",
  4. "description": "",
  5. "main": "app.js",
  6. "scripts": {
  7. "tsc": "./node_modules/typescript/bin/tsc",
  8. "compile": "tsc"
  9. },
  10. "devDependencies": {
  11. "typescript": "^3.3.3"
  12. },
  13. "dependencies": {
  14. "js-md5": "^0.7.3",
  15. "miniprogram-api-typings": "^2.10.3"
  16. }
  17. }