UNPKG

@archivist/acs

Version:
44 lines (43 loc) 1.03 kB
{ "name": "@archivist/acs", "version": "0.2.6", "_cmd": "acs", "description": "Archivist's Caching Server 'HTTP'", "copy": "Copyright (c) 2020 Archivist-Nerd", "main": "./acs.js", "preferGlobal": "true", "bin": { "acs": "./bin/cli.js" }, "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "keywords": [ "Archivist", "Nerd", "HTTP", "Server", "Caching" ], "license": "MIT", "homepage": "https://github.com/Archivist-Nerd/node-acs/blob/main/README.md", "bugs": { "url": "https://github.com/Archivist-Nerd/node-acs/issues" }, "repository": { "url": "https://github.com/Archivist-Nerd/node-acs.git", "type": "git" }, "author": { "name": "Archivist Nerd", "email": "a.Nerd.Archivist@gmail.com", "url": "https://github.com/Archivist-Nerd" }, "dependencies": { "@archivistnerd/filecache": "^1.0.2", "@archivistnerd/onkeypress": "^1.0.1", "chalk": "^4.1.0", "mime": "^2.4.6", "yargs": "^16.0.3" } }