-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 1.26 KB
/
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
31
32
33
34
35
36
37
38
39
40
41
{
"name": "@khoj-protocol/sdk",
"version": "0.4.1",
"description": "Khoj Protocol",
"keywords": [
"solana",
"anchor"
],
"author": "gupnik",
"scripts": {
"build": "rm -fr dist/ && tsc -P tsconfig.cjs.json && tsc -P tsconfig.esm.json",
"clean": "rm -fr dist/",
"idl:generate": "./scripts/generate-idls-types.sh",
"lint:fix": "prettier */*.js \"*/**/*{.js,.ts}\" -w",
"lint": "prettier */*.js \"*/**/*{.js,.ts}\" --check"
},
"dependencies": {
"@project-serum/anchor": "^0.24.2",
"buffer-layout": "^1.2.2"
},
"devDependencies": {
"@saberhq/anchor-contrib": "^1.12.44",
"@saberhq/chai-solana": "^1.12.44",
"@saberhq/eslint-config": "^1.12.44",
"@saberhq/solana-contrib": "^1.12.44",
"@saberhq/token-utils": "^1.12.44",
"@saberhq/tsconfig": "^1.12.44",
"@solana/web3.js": "^1.34.0",
"@types/bn.js": "^5.1.0",
"@types/chai": "^4.3.0",
"@types/mocha": "^9.0.0",
"@types/node": "^17.0.10",
"chai": "=4.3.4",
"jsbi": "^4.1.0",
"mocha": "^9.0.3",
"prettier": "^2.6.2",
"ts-mocha": "^8.0.0",
"ts-node": "^10.5.0",
"typescript": "^4.3.5"
}
}