forked from mean-org/solar-safe-apps
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
45 lines (45 loc) · 1.03 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
42
43
44
45
{
"name": "@mean-dao/mean-multisig-apps",
"version": "1.3.22",
"description": "Mean Multisig applications repository",
"main": "lib/index.js",
"repository": "https://github.com/supermean-org/supersafe-apps.git",
"author": "Mean Labs <[email protected]>",
"license": "MIT",
"private": false,
"keywords": [
"mean-multisig-apps"
],
"bugs": {
"url": "https://github.com/supermean-org/supersafe-apps.git/issues"
},
"types": "lib/index.d.ts",
"files": [
"lib/*.*",
"lib/**/*.*"
],
"scripts": {
"build": "rimraf lib && tsc",
"test": "jest",
"test:cov": "jest --coverage"
},
"dependencies": {
"@coral-xyz/anchor": "^0.26.0",
"@coral-xyz/anchor-cli": "^0.26.0",
"@solana/spl-token": "0.1.8",
"@solana/web3.js": "1.36.0",
"cross-fetch": "^3.1.5"
},
"devDependencies": {
"@types/jest": "^28.1.7",
"@types/node": "^17.0.29",
"bn.js": "^5.2.0",
"buffer": "^6.0.3",
"jest": "^28.1.3",
"prettier": "^2.5.1",
"rimraf": "^3.0.2",
"ts-jest": "^28.0.8",
"ts-node": "^10.7.0",
"typescript": "^4.6.4"
}
}