package.json 753 B

1234567891011121314151617181920212223242526272829303132333435
  1. {
  2. "name": "@uform/utils",
  3. "version": "0.3.11-beta.0",
  4. "license": "MIT",
  5. "main": "lib",
  6. "types": "lib/index.d.ts",
  7. "repository": {
  8. "type": "git",
  9. "url": "git+https://github.com/alibaba/uform.git"
  10. },
  11. "bugs": {
  12. "url": "https://github.com/alibaba/uform/issues"
  13. },
  14. "homepage": "https://github.com/alibaba/uform#readme",
  15. "engines": {
  16. "npm": ">=3.0.0"
  17. },
  18. "publishConfig": {
  19. "access": "public"
  20. },
  21. "gitHead": "f513fc2dcca781b3f7aa588c4419bce20cba2d8b",
  22. "scripts": {
  23. "build": "tsc --declaration"
  24. },
  25. "devDependencies": {
  26. "typescript": "^3.5.2"
  27. },
  28. "peerDependencies": {
  29. "@babel/runtime": "^7.4.4"
  30. },
  31. "dependencies": {
  32. "@uform/types": "^0.3.11-beta.0",
  33. "camel-case": "^3.0.0"
  34. }
  35. }