package.json 1.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748
  1. {
  2. "name": "async-validator",
  3. "description": "validate form asynchronous",
  4. "version": "4.2.5",
  5. "license": "MIT",
  6. "files": [
  7. "dist-*/",
  8. "bin/"
  9. ],
  10. "pika": true,
  11. "sideEffects": false,
  12. "keywords": [
  13. "validator",
  14. "validate",
  15. "async"
  16. ],
  17. "homepage": "https://github.com/yiminghe/async-validator",
  18. "bugs": {
  19. "url": "https://github.com/yiminghe/async-validator/issues"
  20. },
  21. "repository": {
  22. "type": "git",
  23. "url": "git@github.com:yiminghe/async-validator.git"
  24. },
  25. "dependencies": {},
  26. "devDependencies": {
  27. "@babel/core": "^7.15.0",
  28. "@babel/node": "^7.14.9",
  29. "@babel/preset-env": "^7.8.7",
  30. "@babel/preset-typescript": "^7.13.0",
  31. "@pika/pack": "^0.5.0",
  32. "@types/jest": "27.x",
  33. "babel-jest": "27.x",
  34. "coveralls": "^2.13.1",
  35. "jest": "27.x",
  36. "lint-staged": "^7.2.0",
  37. "np": "7.x",
  38. "pika-plugin-build-web-babel": "^0.10.0",
  39. "pika-plugin-ts-types": "0.1.x",
  40. "pre-commit": "^1.2.2",
  41. "prettier": "^1.11.1",
  42. "ts-node": "^10.8.1",
  43. "typescript": "^4.3.2"
  44. },
  45. "types": "dist-types/index.d.ts",
  46. "main": "dist-node/index.js",
  47. "module": "dist-web/index.js"
  48. }