package.json 749 B

1234567891011121314151617181920212223242526272829303132333435
  1. {
  2. "name": "ast-types-flow",
  3. "version": "0.0.8",
  4. "description": "Flow types for the Javascript AST",
  5. "main": "lib/types.js",
  6. "files": [
  7. "lib"
  8. ],
  9. "scripts": {
  10. "build": "gulp build",
  11. "test": "flow"
  12. },
  13. "repository": {
  14. "type": "git",
  15. "url": "git+https://github.com/kyldvs/ast-types-flow.git"
  16. },
  17. "keywords": [
  18. "flow",
  19. "ast",
  20. "javascript"
  21. ],
  22. "author": "kyldvs",
  23. "license": "MIT",
  24. "bugs": {
  25. "url": "https://github.com/kyldvs/ast-types-flow/issues"
  26. },
  27. "homepage": "https://github.com/kyldvs/ast-types-flow#readme",
  28. "devDependencies": {
  29. "gulp": "^3.9.0",
  30. "gulp-util": "^3.0.6",
  31. "jscodeshift": "^0.3.7",
  32. "nuclide-node-transpiler": "0.0.30",
  33. "through2": "^2.0.0"
  34. }
  35. }