package.json 879 B

123456789101112131415161718192021222324252627282930
  1. {
  2. "name": "solana-improvement-documents",
  3. "version": "1.0.0",
  4. "description": "Solana IMprovement Documents (SIMD) describe proposed and accepted changes to the Solana protocol.",
  5. "main": "index.js",
  6. "scripts": {
  7. "lint": "ts-node .github/linter/index.ts"
  8. },
  9. "repository": {
  10. "type": "git",
  11. "url": "git+https://github.com/solana-foundation/solana-improvement-documents.git"
  12. },
  13. "keywords": [],
  14. "author": "",
  15. "license": "ISC",
  16. "bugs": {
  17. "url": "https://github.com/solana-foundation/solana-improvement-documents/issues"
  18. },
  19. "homepage": "https://github.com/solana-foundation/solana-improvement-documents#readme",
  20. "devDependencies": {
  21. "@types/js-yaml": "^4.0.5",
  22. "markdownlint-cli2": "^0.6.0",
  23. "ts-node": "^10.9.1",
  24. "typescript": "^4.9.5"
  25. },
  26. "dependencies": {
  27. "@actions/core": "^1.10.0",
  28. "js-yaml": "^4.1.0"
  29. }
  30. }