Advertisement
Guest User

Untitled

a guest
Oct 17th, 2019
111
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.67 KB | None | 0 0
  1. {
  2. "name": "toriel",
  3. "version": "1.0.0",
  4. "description": "A passive bridge between the two monoliths, ESLint and TypeScript. Creating superior linting and typechecking for all the realms.",
  5. "main": "toriellint.js",
  6. "scripts": {
  7. "test": "echo \"Error: no test specified\" && exit 1"
  8. },
  9. "bin": {
  10. "toriel": "./toriellint.js"
  11. },
  12. "keywords": [
  13. "ESLint",
  14. "TypeScript",
  15. "typechecking",
  16. "typechecker",
  17. "linter",
  18. "jsdoc",
  19. "bridge",
  20. "script",
  21. "CommonJS",
  22. "javascript",
  23. "javascript-typechecking"
  24. ],
  25. "author": "Ruby Allison Rose",
  26. "license": "MIT",
  27. "dependencies": {
  28. "glob": "^7.1.4"
  29. },
  30. "peerDependencies": {
  31. "eslint": "^6.4.0",
  32. "typescript": "^3.6.3"
  33. }
  34. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement