-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
17 lines (17 loc) · 883 Bytes
/
Copy pathpackage.json
File metadata and controls
17 lines (17 loc) · 883 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
{
"name": "aces",
"version": "1.0.0",
"private": true,
"description": "ACES event-sourced engine. This version field is the source of truth for the event schema (see version.js).",
"main": "core.js",
"scripts": {
"test": "node core.test.js && node net.test.js && node conversation.test.js && node version.test.js && node platform.test.js && node view.test.js && node parse.test.js && node nav.test.js && node ledger.test.js && node assistant.test.js && node pay.test.js",
"test:pear": "node pear.live.test.js",
"test:all": "npm test && npm run test:pear"
},
"comment:deps": "hypercore/hyperswarm are OPTIONAL — only pear.live.js needs them; the core suite runs on plain node with zero installs. `npm run test:pear` after `npm install` proves real replication.",
"optionalDependencies": {
"hypercore": "^11.33.5",
"hyperswarm": "^4.17.0"
}
}