UNPKG

2 kBJSONView Raw
1{
2 "name": "aral",
3 "description": "An Agnostic Resources Access Layer system",
4 "version": "0.2.35",
5 "author": "iaconba",
6 "bin": {
7 "aral": "./bin/run"
8 },
9 "bugs": "https://github.com/11arn11/aral/issues",
10 "dependencies": {
11 "@oclif/command": "^1.5.13",
12 "@oclif/config": "^1.13.0",
13 "@oclif/plugin-autocomplete": "^0.1.0",
14 "@oclif/plugin-help": "^2.1.6",
15 "@oclif/plugin-not-found": "^1.2.2",
16 "cli-ux": "^5.2.1",
17 "dotenv": "^8.0.0",
18 "execa": "^1.0.0",
19 "fs-extra": "^8.0.1",
20 "hostile": "^1.3.2",
21 "listr": "^0.14.3",
22 "node-notifier": "^5.4.0",
23 "path": "^0.12.7",
24 "s": "^0.1.1",
25 "tslib": "^1.9.3",
26 "yaml": "^1.6.0"
27 },
28 "devDependencies": {
29 "@oclif/dev-cli": "^1.22.0",
30 "@types/dotenv": "^6.1.1",
31 "@types/execa": "^0.9.0",
32 "@types/fs-extra": "^7.0.0",
33 "@types/hostile": "^1.3.0",
34 "@types/inquirer": "^6.0.3",
35 "@types/listr": "^0.14.0",
36 "@types/node": "^10.14.7",
37 "@types/node-notifier": "^5.4.0",
38 "@types/rsync": "^0.4.30",
39 "@types/yaml": "^1.0.2",
40 "globby": "^8.0.2",
41 "ts-node": "^8.1.0",
42 "typescript": "^3.4.5"
43 },
44 "engines": {
45 "node": ">=8.0.0"
46 },
47 "files": [
48 "/bin",
49 "/lib",
50 "/icon",
51 "/config",
52 "/npm-shrinkwrap.json",
53 "/oclif.manifest.json"
54 ],
55 "homepage": "https://github.com/11arn11/aral",
56 "keywords": [
57 "oclif"
58 ],
59 "license": "MIT",
60 "main": "lib/index.js",
61 "oclif": {
62 "commands": "./lib/commands",
63 "bin": "aral",
64 "plugins": [
65 "@oclif/plugin-help",
66 "@oclif/plugin-not-found",
67 "@oclif/plugin-autocomplete"
68 ]
69 },
70 "repository": "11arn11/aral",
71 "scripts": {
72 "postpack": "rm -f oclif.manifest.json",
73 "prepack": "rm -rf lib && tsc -b && oclif-dev manifest && oclif-dev readme",
74 "test": "echo NO TESTS",
75 "version": "oclif-dev readme && git add README.md",
76 "deploy": "npm publish && npm uninstall -g aral && npm i -g aral"
77 },
78 "types": "lib/index.d.ts"
79}