-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
35 lines (35 loc) · 1.04 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
{
"name": "usingrainbownodesdkrelease",
"version": "1.0.0",
"description": "test rainbow-node-sdk release version",
"type": "module",
"main": "build/esm/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "tsc -b ./tsconfig.cjs.json ./tsconfig.esm.json ./tsconfig.types.json",
"compile": "tsc -b ./tsconfig.cjs.json ./tsconfig.esm.json ./tsconfig.types.json",
"compilecjs": "tsc -b ./tsconfig.cjs.json",
"compileesm": "tsc -b ./tsconfig.esm.json",
"compiletypes": "tsc -b ./tsconfig.types.json",
"build:clean": "rm -rf ./build"
},
"keywords": [],
"author": "V Berder",
"license": "ISC",
"devDependencies": {
"@types/linkify-it": "^3.0.5",
"@types/mocha": "^10.0.10",
"@types/node": "^22.10.1",
"mocha": "^10.8.2",
"mocka": "0.0.1",
"ts-node": "^10.9.2",
"typescript": "^5.7.2"
},
"dependencies": {
"@types/btoa": "^1.2.5",
"inquirer": "^12.1.0",
"ngrok": "^5.0.0-beta.2",
"os": "^0.1.2",
"rainbow-node-sdk": "^2.25.2-lts.11"
}
}