-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
20 lines (20 loc) · 752 Bytes
/
package.json
File metadata and controls
20 lines (20 loc) · 752 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
{
"name": "forge",
"version": "0.3.0",
"description": "Feed-Adaptive Oracle & Runtime Generator for Echelon — with ProposalReceipt signing and forge-verify",
"type": "module",
"engines": {
"node": ">=20.0.0"
},
"scripts": {
"test": "node --test test/convergence/*.spec.js",
"test:unit": "node --test test/unit/*.spec.js",
"test:all": "node --test test/unit/*.spec.js test/convergence/*.spec.js test/integration/*.spec.js",
"test:tremor": "node --test test/convergence/tremor.spec.js",
"test:corona": "node --test test/convergence/corona.spec.js",
"test:breath": "node --test test/convergence/breath.spec.js"
},
"devDependencies": {
"@0xhoneyjar/loa-hounfour": "github:0xElCapitan/loa-hounfour"
}
}