-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
45 lines (45 loc) · 1.35 KB
/
package.json
File metadata and controls
45 lines (45 loc) · 1.35 KB
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
36
37
38
39
40
41
42
43
44
45
{
"name": "staking-efficiency-indexer-alt",
"version": "1.1.1",
"description": "",
"main": "index.js",
"dependencies": {
"@chainlink/external-adapter": "^0.2.6",
"axios": "^0.21.1",
"bs58": "^4.0.1",
"debug": "^4.3.1",
"dotenv": "^8.2.0",
"ipfs-http-client": "^49.0.4",
"joi": "^17.4.0",
"standard-version": "^9.3.0",
"web3": "^1.3.5",
"web3-utils": "^1.3.5"
},
"devDependencies": {
"@google-cloud/functions-framework": "^1.7.1",
"npm-watch": "^0.9.0",
"prettier": "^2.3.1"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"indexer": "node -e 'require(\"./index\").indexer()'",
"dev": "DEBUG=develop NODE_ENV=development npm-watch start",
"start": "npx functions-framework --target=staking-efficiency-indexer-alt --port 6060",
"release:patch": "standard-version --release-as patch",
"release:minor": "standard-version --release-as minor",
"release:major": "standard-version --release-as major"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Stacktical/stacktical-dsla-indexer.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/Stacktical/stacktical-dsla-indexer/issues"
},
"homepage": "https://github.com/Stacktical/stacktical-dsla-indexer#readme",
"watch": {
"start": "*.js"
}
}