UNPKG

1.48 kBJSONView Raw
1{
2 "name": "qqjs",
3 "description": "useful functions for writing node scripts",
4 "version": "0.3.11",
5 "author": "Jeff Dickey @jdxcode",
6 "bugs": "https://github.com/jdxcode/qqjs/issues",
7 "dependencies": {
8 "chalk": "^2.4.1",
9 "debug": "^4.1.1",
10 "execa": "^0.10.0",
11 "fs-extra": "^6.0.1",
12 "get-stream": "^5.1.0",
13 "glob": "^7.1.2",
14 "globby": "^10.0.1",
15 "http-call": "^5.1.2",
16 "load-json-file": "^6.2.0",
17 "pkg-dir": "^4.2.0",
18 "tar-fs": "^2.0.0",
19 "tmp": "^0.1.0",
20 "write-json-file": "^4.1.1"
21 },
22 "devDependencies": {
23 "@oclif/tslint": "^3.1.1",
24 "@types/chai": "^4.1.3",
25 "@types/execa": "^0.9.0",
26 "@types/fs-extra": "^5.0.2",
27 "@types/mocha": "^5.2.0",
28 "@types/node": "^12.6.2",
29 "@types/read-pkg": "^4.0.0",
30 "@types/tar-fs": "^1.16.1",
31 "@types/tmp": "^0.1.0",
32 "chai": "^4.2.0",
33 "mocha": "^6.1.4",
34 "ts-node": "^8.3.0",
35 "tslint": "^5.18.0",
36 "typescript": "^3.5.3"
37 },
38 "engines": {
39 "node": ">=8.0.0"
40 },
41 "files": [
42 "/lib"
43 ],
44 "homepage": "https://github.com/jdxcode/qqjs",
45 "keywords": [
46 "anycli"
47 ],
48 "license": "MIT",
49 "main": "lib/index.js",
50 "repository": "jdxcode/qqjs",
51 "scripts": {
52 "build": "rm -rf lib && tsc",
53 "lint": "tsc -p test --noEmit && tslint -p test",
54 "posttest": "yarn run lint",
55 "prepublishOnly": "yarn run build",
56 "test": "mocha --forbid-only \"test/**/*.test.ts\""
57 },
58 "types": "lib/index.d.ts"
59}