package.json 672 B

12345678910111213141516171819202122232425262728293031
  1. {
  2. "name": "ts-pnp",
  3. "version": "1.2.0",
  4. "description": "plug'n'play resolver for TypeScript",
  5. "license": "MIT",
  6. "engines": {
  7. "node": ">=6"
  8. },
  9. "homepage": "https://github.com/arcanis/ts-pnp",
  10. "bugs": {
  11. "url": "https://github.com/arcanis/ts-pnp/issues"
  12. },
  13. "repository": {
  14. "type": "git",
  15. "url": "https://github.com/arcanis/ts-pnp.git"
  16. },
  17. "keywords": [
  18. "typescript",
  19. "yarn",
  20. "plugnplay",
  21. "pnp"
  22. ],
  23. "devDependencies": {
  24. "typescript": "3.5.3"
  25. },
  26. "peerDependenciesMeta": {
  27. "typescript": {
  28. "optional": true
  29. }
  30. }
  31. }