package.json 690 B

123456789101112131415161718192021222324252627282930
  1. {
  2. "name": "@istanbuljs/schema",
  3. "version": "0.1.3",
  4. "description": "Schemas describing various structures used by nyc and istanbuljs",
  5. "main": "index.js",
  6. "scripts": {
  7. "release": "standard-version --sign",
  8. "pretest": "xo",
  9. "test": "tap",
  10. "snap": "npm test -- --snapshot"
  11. },
  12. "engines": {
  13. "node": ">=8"
  14. },
  15. "author": "Corey Farrell",
  16. "license": "MIT",
  17. "repository": {
  18. "type": "git",
  19. "url": "git+https://github.com/istanbuljs/schema.git"
  20. },
  21. "bugs": {
  22. "url": "https://github.com/istanbuljs/schema/issues"
  23. },
  24. "homepage": "https://github.com/istanbuljs/schema#readme",
  25. "devDependencies": {
  26. "standard-version": "^7.0.0",
  27. "tap": "^14.6.7",
  28. "xo": "^0.25.3"
  29. }
  30. }