-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
34 lines (34 loc) · 917 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
{
"name": "astra-js",
"version": "1.0.0",
"description": "",
"scripts": {
"build": "lerna run build",
"bootstrap": "make bootstrap",
"dev": "node scripts/dev-sdk-js.mjs",
"compile": "--config-file .babelrc.js --verbose --relative packages/tx/src/ -d ../lib"
},
"repository": {
"type": "git",
"url": "git+https://github.com/AstraProtocol/astra-js.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/AstraProtocol/astra-js/issues"
},
"homepage": "https://github.com/AstraProtocol/astra-js#readme",
"devDependencies": {
"@babel/cli": "^7.18.10",
"@babel/core": "^7.18.10",
"@babel/plugin-proposal-class-properties": "^7.18.6",
"@babel/preset-env": "^7.18.10",
"chalk": "^5.0.1",
"chokidar": "^3.5.3",
"lerna": "^5.1.8",
"ramda": "^0.28.0",
"rxjs": "^7.5.6",
"zx": "^7.0.8"
},
"dependencies": {}
}