package.json 879 B

123456789101112131415161718192021222324252627282930313233343536373839
  1. {
  2. "name": "joycon",
  3. "version": "3.1.1",
  4. "description": "Load config with ease.",
  5. "repository": {
  6. "url": "egoist/joycon",
  7. "type": "git"
  8. },
  9. "main": "lib/index.js",
  10. "types": "types/index.d.ts",
  11. "files": [
  12. "lib",
  13. "types/index.d.ts"
  14. ],
  15. "scripts": {
  16. "test": "jest --testPathPattern tests",
  17. "build": "babel src -d lib --no-comments",
  18. "prepublishOnly": "npm run build"
  19. },
  20. "author": "egoist <0x142857@gmail.com>",
  21. "license": "MIT",
  22. "jest": {
  23. "testEnvironment": "node"
  24. },
  25. "devDependencies": {
  26. "@babel/cli": "^7.13.10",
  27. "@babel/core": "^7.13.10",
  28. "@babel/preset-env": "^7.13.10",
  29. "@egoist/prettier-config": "^0.1.0",
  30. "@types/node": "^14.14.33",
  31. "babel-jest": "^26.6.3",
  32. "babel-plugin-sync": "^0.1.0",
  33. "jest-cli": "^26.6.3",
  34. "prettier": "^2.2.1"
  35. },
  36. "engines": {
  37. "node": ">=10"
  38. }
  39. }