package.json 1.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051
  1. {
  2. "name": "ypkgfiles",
  3. "version": "1.6.0",
  4. "description": "Yet another pkgfiles that generate pkg.files automatically",
  5. "dependencies": {
  6. "debug": "^2.6.1",
  7. "glob": "^7.1.1",
  8. "is-type-of": "^1.0.0",
  9. "resolve-files": "^1.0.0",
  10. "yargs": "^7.0.1"
  11. },
  12. "devDependencies": {
  13. "autod": "^2.7.1",
  14. "coffee": "^3.3.0",
  15. "egg-bin": "^1",
  16. "egg-ci": "^1.5.0",
  17. "eslint": "^3.17.1",
  18. "eslint-config-egg": "^3.2.0",
  19. "mz": "^2.6.0"
  20. },
  21. "engines": {
  22. "node": ">=4.0.0"
  23. },
  24. "scripts": {
  25. "start": "node index.js",
  26. "dev": "egg-bin dev",
  27. "test": "npm run lint -- --fix && npm run test-local",
  28. "test-local": "egg-bin test",
  29. "cov": "egg-bin cov",
  30. "lint": "eslint .",
  31. "ci": "npm run lint && npm run cov",
  32. "autod": "autod"
  33. },
  34. "ci": {
  35. "version": "4, 6, 7"
  36. },
  37. "repository": {
  38. "type": "git",
  39. "url": "git@github.com:popomore/ypkgfiles.git"
  40. },
  41. "author": "popomore <sakura9515@gmail.com>",
  42. "license": "MIT",
  43. "bin": {
  44. "pkgfiles": "bin/pkgfiles.js",
  45. "ypkgfiles": "bin/ypkgfiles.js"
  46. },
  47. "files": [
  48. "index.js",
  49. "bin"
  50. ]
  51. }