UNPKG

1.33 kBJSONView Raw
1{
2 "name": "@symetrical/cli",
3 "description": "The Symetrical Framework CLI",
4 "version": "3.0.0",
5 "author": "Tots",
6 "bin": {
7 "sm": "./bin/run"
8 },
9 "repository": {
10 "type": "git",
11 "url": "git+https://gitlab.com/symetrical/symetrical-cli.git"
12 },
13 "dependencies": {
14 "@oclif/command": "^1.5.12",
15 "@oclif/config": "^1.12.11",
16 "@oclif/plugin-help": "^2.1.6",
17 "chalk": "^2.4.2",
18 "tslib": "^1.9.3"
19 },
20 "devDependencies": {
21 "@oclif/dev-cli": "^1.21.3",
22 "@oclif/tslint": "^3.1.1",
23 "@types/node": "^10.14.2",
24 "globby": "^8.0.2",
25 "rimraf": "^2.6.3",
26 "ts-node": "^8.0.3",
27 "tslint": "^5.14.0",
28 "typescript": "^3.3.4000"
29 },
30 "engines": {
31 "node": ">=8.0.0"
32 },
33 "files": [
34 "/bin",
35 "/lib",
36 "/npm-shrinkwrap.json",
37 "/oclif.manifest.json"
38 ],
39 "keywords": [
40 "oclif"
41 ],
42 "license": "MIT",
43 "main": "lib/index.js",
44 "oclif": {
45 "commands": "./lib/commands",
46 "bin": "sm",
47 "plugins": [
48 "@oclif/plugin-help"
49 ]
50 },
51 "scripts": {
52 "postpack": "rimraf oclif.manifest.json",
53 "posttest": "tslint -p . -t stylish",
54 "prepack": "rimraf lib && tsc -b && oclif-dev manifest && oclif-dev readme",
55 "test": "echo NO TESTS",
56 "version": "oclif-dev readme && git add README.md"
57 },
58 "types": "lib/index.d.ts"
59}