UNPKG

1.36 kBJSONView Raw
1{
2 "name": "1mb-cli",
3 "description": "Quickly deploy static content to 1MB's free static hosting service",
4 "version": "1.0.4",
5 "author": "Jake Casto",
6 "bin": {
7 "1mb": "./bin/run"
8 },
9 "bugs": "https://github.com/https://github.com/1mbsite/1mb-cli/issues",
10 "dependencies": {
11 "@oclif/command": "^1.5.12",
12 "@oclif/config": "^1.12.11",
13 "@oclif/plugin-help": "^2.1.6",
14 "cli-ux": "^5.2.1",
15 "configstore": "^4.0.0",
16 "glob-gitignore": "^1.0.14",
17 "minify": "^4.1.1",
18 "node-notifier": "^5.4.0",
19 "parse-gitignore": "^1.0.1",
20 "request": "^2.88.0"
21 },
22 "devDependencies": {
23 "@oclif/dev-cli": "^1.21.3",
24 "globby": "^8.0.2",
25 "rimraf": "^2.6.3"
26 },
27 "engines": {
28 "node": ">=8.0.0"
29 },
30 "files": [
31 "/bin",
32 "/npm-shrinkwrap.json",
33 "/oclif.manifest.json",
34 "/src"
35 ],
36 "homepage": "https://github.com/1mbsite/1mb-cli",
37 "keywords": [
38 "oclif"
39 ],
40 "license": "MIT",
41 "main": "src/index.js",
42 "oclif": {
43 "commands": "./src/commands",
44 "bin": "1mb",
45 "plugins": [
46 "@oclif/plugin-help"
47 ]
48 },
49 "repository": "https://github.com/1mbsite/1mb-cli",
50 "scripts": {
51 "postpack": "rimraf oclif.manifest.json",
52 "prepack": "oclif-dev manifest && oclif-dev readme",
53 "test": "echo NO TESTS",
54 "version": "oclif-dev readme && git add README.md"
55 }
56}