UNPKG

1.44 kBJSONView Raw
1{
2 "name": "@symetrical/cli",
3 "description": "The Symetrical Framework CLI",
4 "version": "3.3.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.13",
15 "@oclif/config": "^1.12.12",
16 "@oclif/plugin-help": "^2.1.6",
17 "chalk": "^2.4.2",
18 "json5": "^2.1.0",
19 "tslib": "^1.9.3"
20 },
21 "devDependencies": {
22 "@oclif/dev-cli": "^1.22.0",
23 "@oclif/tslint": "^3.1.1",
24 "@symetrical/core": "^2.7.0",
25 "@types/json5": "0.0.30",
26 "@types/node": "^10.14.5",
27 "globby": "^8.0.2",
28 "rimraf": "^2.6.3",
29 "ts-node": "^8.1.0",
30 "tslint": "^5.16.0",
31 "typescript": "^3.4.4"
32 },
33 "engines": {
34 "node": ">=8.0.0"
35 },
36 "files": [
37 "/Starter Kit",
38 "/bin",
39 "/lib",
40 "/npm-shrinkwrap.json",
41 "/oclif.manifest.json"
42 ],
43 "keywords": [
44 "oclif"
45 ],
46 "license": "MIT",
47 "main": "lib/index.js",
48 "oclif": {
49 "commands": "./lib/commands",
50 "bin": "sm",
51 "plugins": [
52 "@oclif/plugin-help"
53 ]
54 },
55 "scripts": {
56 "postpack": "rimraf oclif.manifest.json",
57 "posttest": "tslint -p . -t stylish",
58 "prepack": "rimraf lib && tsc -b && oclif-dev manifest && oclif-dev readme",
59 "test": "echo NO TESTS",
60 "version": "oclif-dev readme && git add README.md"
61 },
62 "types": "lib/index.d.ts"
63}