UNPKG

2.3 kBJSONView Raw
1{
2 "name": "aral",
3 "description": "An Agnostic Resources Access Layer system",
4 "version": "0.2.45",
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 "@oclif/plugin-warn-if-update-available": "^1.7.0",
17 "cli-ux": "^5.2.1",
18 "dotenv": "^8.0.0",
19 "execa": "^1.0.0",
20 "fs-extra": "^8.0.1",
21 "hostile": "^1.3.2",
22 "listr": "^0.14.3",
23 "node-notifier": "^5.4.0",
24 "path": "^0.12.7",
25 "s": "^0.1.1",
26 "tslib": "^1.9.3",
27 "yaml": "^1.6.0"
28 },
29 "devDependencies": {
30 "@oclif/dev-cli": "^1.22.0",
31 "@types/dotenv": "^6.1.1",
32 "@types/execa": "^0.9.0",
33 "@types/fs-extra": "^7.0.0",
34 "@types/hostile": "^1.3.0",
35 "@types/inquirer": "^6.0.3",
36 "@types/listr": "^0.14.0",
37 "@types/node": "^10.14.7",
38 "@types/node-notifier": "^5.4.0",
39 "@types/rsync": "^0.4.30",
40 "@types/yaml": "^1.0.2",
41 "globby": "^8.0.2",
42 "ts-node": "^8.1.0",
43 "typescript": "^3.4.5"
44 },
45 "engines": {
46 "node": ">=8.0.0"
47 },
48 "files": [
49 "/bin",
50 "/lib",
51 "/icon",
52 "/config",
53 "/npm-shrinkwrap.json",
54 "/oclif.manifest.json"
55 ],
56 "homepage": "https://github.com/11arn11/aral",
57 "keywords": [
58 "oclif"
59 ],
60 "license": "MIT",
61 "main": "lib/index.js",
62 "oclif": {
63 "commands": "./lib/commands",
64 "bin": "aral",
65 "plugins": [
66 "@oclif/plugin-help",
67 "@oclif/plugin-not-found",
68 "@oclif/plugin-autocomplete",
69 "@oclif/plugin-warn-if-update-available"
70 ],
71 "warn-if-update-available": {
72 "timeoutInDays": 7,
73 "message": "C'è la versione <%= latest %> di ARAL (tu hai la <%= config.version %>), scaricala subito (npm i -g aral)."
74 }
75 },
76 "repository": "11arn11/aral",
77 "scripts": {
78 "postpack": "rm -f oclif.manifest.json",
79 "prepack": "rm -rf lib && tsc -b && oclif-dev manifest && oclif-dev readme",
80 "test": "echo NO TESTS",
81 "version": "oclif-dev readme && git add README.md",
82 "deploy": "npm publish && npm uninstall -g aral && npm i -g aral"
83 },
84 "types": "lib/index.d.ts"
85}