-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
30 lines (30 loc) · 1022 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
{
"name": "@ringdao/xapi",
"version": "0.0.1",
"description": "XAPI offchain Project",
"private": true,
"author": "Darwinia Network <hello@darwinia.network>",
"license": "MIT",
"homepage": "https://github.com/ringecosystem/xapi-offchain",
"bugs": {
"url": "https://github.com/ringecosystem/xapi-offchain/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ringecosystem/xapi-offchain.git"
},
"scripts": {
"build": "lerna run build",
"build:indexer": "lerna run build --scope=@ringdao/xapi-indexer-evm --scope=@ringdao/xapi-indexer-near",
"build:offchain": "lerna run build --scope=@ringdao/xapi-reporter-client --scope=@ringdao/xapi-publisher-client --scope=@ringdao/xapi-common",
"test": "lerna run test",
"lint": "lerna run lint",
"publish:npm": "lerna publish from-package --loglevel=silly --no-private --no-verify-access --yes -- --verbose"
},
"workspaces": [
"packages/*"
],
"devDependencies": {
"lerna": "^8.1.8"
}
}