-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
29 lines (29 loc) · 865 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
{
"name": "anchor-typescript-jest",
"version": "1.0.0",
"description": "Anchor typescript jest",
"main": "index.js",
"scripts": {
"lint": "eslint --fix --ext .ts src/** --no-error-on-unmatched-pattern",
"test-init": "anchor test -- -t 'init'"
},
"author": "djole-nikolic",
"license": "ISC",
"devDependencies": {
"@project-serum/anchor": "^0.13.0",
"@types/jest": "^27.0.1",
"@typescript-eslint/eslint-plugin": "^4.19.0",
"@typescript-eslint/parser": "^4.19.0",
"eslint": "^7.17.0",
"eslint-config-prettier": "^8.1.0",
"jest": "^27.0.6",
"prettier": "2.2.1",
"ts-jest": "^27.0.5",
"ts-node": "9.1.1",
"typescript": "^4.3.5"
},
"dependencies": {
"@solana/spl-token": "^0.1.6",
"bn.js": "^5.2.0"
}
}