-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 901 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 901 Bytes
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
{
"name": "@reflector/dao-client",
"version": "1.4.1",
"description": "Client for Reflector DAO contract",
"author": "info@stellar.expert",
"license": "MIT",
"type": "module",
"main": "lib/daoclient.js",
"module": "src/index.js",
"homepage": "https://github.com/reflector-network/dao-client",
"scripts": {
"prepare": "webpack --mode=production --config webpack.config.cjs"
},
"repository": {
"type": "git",
"url": "git+https://github.com/reflector-network/dao-client.git"
},
"bugs": {
"url": "https://github.com/reflector-network/dao-client/issues"
},
"peerDependencies": {
"@stellar/stellar-sdk": ">=13",
"@stellar/stellar-base": ">=13"
},
"devDependencies": {
"@babel/core": "^7.25.8",
"@babel/preset-env": "^7.25.8",
"babel-loader": "^9.2.1",
"jest": "^29.7.0",
"webpack": "^5.95.0",
"webpack-cli": "^5.1.4"
}
}