forked from AmbireTech/wallet-dapp-catalog
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
27 lines (27 loc) · 779 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
{
"name": "wallet-dapp-catalog",
"version": "0.0.1",
"description": "Catalog of dApps integrated/featured in Ambire Wallet",
"scripts": {
"build": "ts-node ./src/index.ts"
},
"repository": {
"type": "git",
"url": "git+https://github.com/AmbireTech/wallet-dapp-catalog.git"
},
"author": "",
"license": "MIT",
"bugs": {
"url": "https://github.com/AmbireTech/wallet-dapp-catalog/issues"
},
"homepage": "https://github.com/AmbireTech/wallet-dapp-catalog#readme",
"devDependencies": {
"@types/node": "^18.7.4",
"ambire-common": "github:AmbireTech/ambire-common#fed7084aa395ec2658b0d7e5510024ed9614744a",
"mkdirp": "^1.0.4",
"rimraf": "^3.0.2",
"ts-node": "^10.9.1",
"tslib": "^2.4.0",
"typescript": "^4.7.4"
}
}