qqjs
Version:
useful functions for writing node scripts
60 lines (59 loc) • 1.48 kB
JSON
{
"name": "qqjs",
"description": "useful functions for writing node scripts",
"version": "0.3.11",
"author": "Jeff Dickey @jdxcode",
"bugs": "https://github.com/jdxcode/qqjs/issues",
"dependencies": {
"chalk": "^2.4.1",
"debug": "^4.1.1",
"execa": "^0.10.0",
"fs-extra": "^6.0.1",
"get-stream": "^5.1.0",
"glob": "^7.1.2",
"globby": "^10.0.1",
"http-call": "^5.1.2",
"load-json-file": "^6.2.0",
"pkg-dir": "^4.2.0",
"tar-fs": "^2.0.0",
"tmp": "^0.1.0",
"write-json-file": "^4.1.1"
},
"devDependencies": {
"@oclif/tslint": "^3.1.1",
"@types/chai": "^4.1.3",
"@types/execa": "^0.9.0",
"@types/fs-extra": "^5.0.2",
"@types/mocha": "^5.2.0",
"@types/node": "^12.6.2",
"@types/read-pkg": "^4.0.0",
"@types/tar-fs": "^1.16.1",
"@types/tmp": "^0.1.0",
"chai": "^4.2.0",
"mocha": "^6.1.4",
"ts-node": "^8.3.0",
"tslint": "^5.18.0",
"typescript": "^3.5.3"
},
"engines": {
"node": ">=8.0.0"
},
"files": [
"/lib"
],
"homepage": "https://github.com/jdxcode/qqjs",
"keywords": [
"anycli"
],
"license": "MIT",
"main": "lib/index.js",
"repository": "jdxcode/qqjs",
"scripts": {
"build": "rm -rf lib && tsc",
"lint": "tsc -p test --noEmit && tslint -p test",
"posttest": "yarn run lint",
"prepublishOnly": "yarn run build",
"test": "mocha --forbid-only \"test/**/*.test.ts\""
},
"types": "lib/index.d.ts"
}