mirror of
https://github.com/PR0M3TH3AN/Archivestr.git
synced 2026-03-07 10:42:50 +00:00
29 lines
1.0 KiB
JSON
29 lines
1.0 KiB
JSON
{
|
|
"name": "archivestr",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1",
|
|
"torch:dashboard": "npm run --prefix torch dashboard:serve",
|
|
"torch:check": "npm run --prefix torch lock:check:daily",
|
|
"torch:lock": "npm run --prefix torch lock:lock",
|
|
"torch:health": "npm run --prefix torch lock:health",
|
|
"torch:memory:list": "node torch/bin/torch-lock.mjs list-memories",
|
|
"torch:memory:inspect": "node torch/bin/torch-lock.mjs inspect-memory"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/PR0M3TH3AN/Archivestr.git"
|
|
},
|
|
"keywords": [],
|
|
"author": "",
|
|
"license": "ISC",
|
|
"bugs": {
|
|
"url": "https://github.com/PR0M3TH3AN/Archivestr/issues"
|
|
},
|
|
"homepage": "https://github.com/PR0M3TH3AN/Archivestr#readme",
|
|
"dependencies": {
|
|
"torch-lock": "https://github.com/PR0M3TH3AN/TORCH/archive/refs/heads/main.tar.gz"
|
|
}
|
|
} |