-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
35 lines (35 loc) · 907 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
31
32
33
34
35
{
"name": "squadblinks-blinkathon",
"version": "1.0.0",
"description": "A Blinks integration into Squads SDK",
"scripts": {
"start": "tsx src/squadactions.ts",
"build": "rimraf dist && tsc",
"ts.check": "tsc --project tsconfig.json",
"add-build": "git add dist",
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC",
"dependencies": {
"@solana/actions": "^1.2.0",
"@solana/web3.js": "^1.73.0",
"@sqds/multisig": "^2.1.1",
"cors": "^2.8.5",
"nodemon": "^3.1.4",
"rimraf": "^6.0.1",
"tsx": "^4.16.2"
},
"devDependencies": {
"@types/chai": "^4.3.3",
"@types/cors": "^2.8.17",
"@types/express": "^4.17.21",
"@types/mocha": "^10.0.6",
"chai": "^4.3.6",
"express": "^4.19.2",
"mocha": "^10.3.0",
"ts-mocha": "^10.0.0",
"ts-node": "^10.9.2",
"typescript": "^4.8.3"
}
}