-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
27 lines (27 loc) · 958 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
{
"scripts": {
"update_track": "node_modules/.bin/ts-node --project tsconfig.json app/update_track.ts",
"upload_track": "node_modules/.bin/ts-node --project tsconfig.json app/upload_track.ts",
"get_track": "node_modules/.bin/ts-node --project tsconfig.json app/get_track.ts",
"my_tracks": "node_modules/.bin/ts-node --project tsconfig.json app/get_my_tracks.ts"
},
"moduleResolution": "Node",
"dependencies": {
"@project-serum/anchor": "^0.22.1",
"@types/node": "^17.0.21",
"@types/yargs": "^17.0.9",
"ipfs-api": "^26.1.2",
"ipfs-core": "^0.14.1",
"ipfs-http-client": "^56.0.1",
"ts-node": "^10.7.0",
"yargs": "^17.3.1"
},
"devDependencies": {
"@types/chai": "^4.3.0",
"@types/mocha": "^9.0.0",
"chai": "^4.3.4",
"mocha": "^9.0.3",
"ts-mocha": "^8.0.0",
"typescript": "^4.3.5"
}
}