forked from mxx1111/spare-cycles
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
25 lines (25 loc) · 714 Bytes
/
Copy pathpackage.json
File metadata and controls
25 lines (25 loc) · 714 Bytes
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
{
"name": "spare-cycles",
"version": "0.0.1",
"private": true,
"description": "A mutual-aid task board for developers who use subscription AI coding tools",
"type": "module",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/mxx1111/spare-cycles.git"
},
"engines": {
"node": ">=22"
},
"scripts": {
"test": "node --test ledger/verify.test.mjs scripts/pricing-rules.test.mjs scripts/render-stats.test.mjs",
"ledger": "node ledger/verify.mjs",
"ledger:write": "node ledger/verify.mjs --write",
"stats": "node scripts/render-stats.mjs",
"scan": "node scripts/scan-repo.mjs"
},
"devDependencies": {
"sparepack": "^0.1.1"
}
}