package.json 523 B

123456789101112131415161718192021222324
  1. {
  2. "name": "shebao-jq",
  3. "version": "1.0.0",
  4. "description": "",
  5. "main": "index.js",
  6. "scripts": {
  7. "test": "echo \"Error: no test specified\" && exit 1"
  8. },
  9. "author": "",
  10. "license": "ISC",
  11. "devDependencies": {
  12. "babelify": "^8.0.0",
  13. "browserify": "^16.5.1",
  14. "gulp": "^4.0.2",
  15. "vinyl-source-stream": "^2.0.0"
  16. },
  17. "dependencies": {
  18. "@babel/core": "^7.10.2",
  19. "@babel/preset-env": "^7.10.2",
  20. "del": "^5.1.0",
  21. "gulp-babel": "^8.0.0",
  22. "http-proxy-middleware": "^1.0.4"
  23. }
  24. }