UNPKG

pjss

Version:

The script for lazy people 😴

54 lines (53 loc) • 1.2 kB
{ "name": "pjss", "version": "1.0.7", "description": "The script for lazy people 😴", "main": "index.js", "licenses": [ { "type": "MIT" } ], "bin": { "pjs": "./dist/bin/cli.js" }, "dependencies": { "chalk": "4.1.2", "cli-table": "^0.3.11", "shelljs": "^0.8.5", "ts-node-dev": "^1.1.8", "yaml": "^2.0.1", "yargs": "^17.4.1" }, "devDependencies": { "@types/cli-table": "^0.3.0", "@types/node": "^17.0.31", "@types/shelljs": "^0.8.11", "@types/yargs": "^17.0.10", "typescript": "^4.6.4" }, "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "dev": "ts-node-dev --transpile-only --ignore-watch node_modules/ ./bin/cli.ts", "start": "node dist/bin/cli.js", "build": "tsc" }, "repository": { "type": "git", "url": "git+https://github.com/Guigalaverna/pjs.git" }, "keywords": [ "cli", "command line", "pjs" ], "author": { "name": "Guilherme Galaverna", "email": "guigalaverna@gmail.com" }, "license": "ISC", "bugs": { "url": "https://github.com/Guigalaverna/pjs/issues" }, "homepage": "https://github.com/Guigalaverna/pjs#readme" }