UNPKG

1.93 kBJSONView Raw
1{
2 "name": "aral-vps-test",
3 "version": "0.0.53",
4 "author": "Andrea R. Nigro @11arn11",
5 "bin": {
6 "aral": "./bin/run"
7 },
8 "bugs": "https://github.com/11arn11/aral-vps-test/issues",
9 "dependencies": {
10 "@oclif/command": "^1.5.13",
11 "@oclif/config": "^1.13.0",
12 "@oclif/plugin-help": "^2.1.6",
13 "app-root-path": "^2.2.1",
14 "cli-ux": "^5.2.1",
15 "execa": "^1.0.0",
16 "fs-extra": "^8.0.1",
17 "git-url-parse": "^11.1.2",
18 "listr": "^0.14.3",
19 "os": "^0.1.1",
20 "s": "^0.1.1",
21 "shelljs": "^0.8.3",
22 "tslib": "^1.9.3"
23 },
24 "devDependencies": {
25 "@oclif/dev-cli": "^1.22.0",
26 "@oclif/test": "^1.2.4",
27 "@oclif/tslint": "^3.1.1",
28 "@types/chai": "^4.1.7",
29 "@types/execa": "^0.9.0",
30 "@types/fs-extra": "^7.0.0",
31 "@types/git-url-parse": "^9.0.0",
32 "@types/listr": "^0.14.0",
33 "@types/mocha": "^5.2.6",
34 "@types/node": "^10.14.7",
35 "@types/shelljs": "^0.8.5",
36 "chai": "^4.2.0",
37 "globby": "^8.0.2",
38 "mocha": "^5.2.0",
39 "nyc": "^14.1.1",
40 "ts-node": "^8.2.0",
41 "tslint": "^5.16.0",
42 "typescript": "^3.5.1"
43 },
44 "engines": {
45 "node": ">=8.0.0"
46 },
47 "files": [
48 "/bin",
49 "/config_default",
50 "/lib",
51 "/npm-shrinkwrap.json",
52 "/oclif.manifest.json"
53 ],
54 "homepage": "https://github.com/11arn11/aral-vps-test",
55 "keywords": [
56 "oclif"
57 ],
58 "license": "MIT",
59 "main": "lib/index.js",
60 "oclif": {
61 "commands": "./lib/commands",
62 "bin": "aral-vps-test",
63 "plugins": [
64 "@oclif/plugin-help"
65 ]
66 },
67 "repository": "11arn11/aral-vps-test",
68 "scripts": {
69 "postpack": "rm -f oclif.manifest.json",
70 "posttest": "tslint -p test -t stylish",
71 "prepack": "rm -rf lib && tsc -b && oclif-dev manifest && oclif-dev readme",
72 "test": "nyc --extension .ts mocha --forbid-only \"test/**/*.test.ts\"",
73 "version": "oclif-dev readme && git add README.md"
74 },
75 "types": "lib/index.d.ts"
76}