UNPKG

arvis-linker

Version:

Make Arvis extensions installable from npm

60 lines (59 loc) 1.34 kB
{ "name": "arvis-linker", "version": "0.5.1", "description": "Make Arvis extensions installable from npm", "main": "index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "build": "tsc" }, "bin": { "arvis-link": "dist/link.js", "arvis-unlink": "dist/unlink.js" }, "files": [ "dist/**" ], "keywords": [ "arvis", "arvish", "arvis-workflow", "arvis-plugin", "arvis-extension", "npm" ], "repository": { "type": "git", "url": "git+https://github.com/jopemachine/arvis-linker.git" }, "author": "jopemachine", "maintainers": [ "jopemachine" ], "contributors": [], "license": "MIT", "bugs": { "url": "https://github.com/jopemachine/arvis-linker/issues" }, "homepage": "https://github.com/jopemachine/arvis-linker#README.md", "dependencies": { "arvis-extension-validator": ">=0.3.0", "del": "^6.0.0", "env-paths": "^2.2.1", "fs-extra": "^10.0.0", "global-dirs": "^3.0.0", "is-travis": "^2.0.0", "json5": "^2.2.0", "read-pkg-up": "^1.0.1", "sudo-block": "^1.2.0" }, "devDependencies": { "@types/fs-extra": "^9.0.11", "@types/node": "^15.6.1", "@types/read-pkg-up": "^6.0.0", "typescript": "^4.3.2" }, "optionalDependencies": { "is-admin": "^3.0.0" } }