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