|
1 | 1 | { |
2 | 2 | "name": "@techmmunity/symbiosis-cli", |
3 | | - "version": "0.0.2", |
| 3 | + "version": "0.0.3", |
4 | 4 | "main": "index.js", |
5 | 5 | "types": "index.d.ts", |
6 | 6 | "license": "Apache-2.0", |
7 | 7 | "author": "Techmmunity", |
8 | 8 | "description": "CLI for @techmmunity/symbiosis", |
9 | | - "homepage": "https://github.com/techmmunity/symbiosis-cli#readme", |
| 9 | + "homepage": "https://symbiosis.techmmunity.com.br/", |
10 | 10 | "bin": { |
11 | 11 | "symb": "./cli/bin/index.js" |
12 | 12 | }, |
|
28 | 28 | "techmmunity-symbiosis" |
29 | 29 | ], |
30 | 30 | "peerDependencies": { |
31 | | - "@techmmunity/symbiosis": "^0.0.21", |
| 31 | + "@techmmunity/symbiosis": "^0.0.24", |
32 | 32 | "reflect-metadata": "^0.1.13", |
33 | 33 | "typescript": "^4.4.4" |
34 | 34 | }, |
35 | 35 | "dependencies": { |
36 | | - "@techmmunity/utils": "^1.4.0", |
37 | | - "@types/glob": "^7.2.0", |
| 36 | + "@techmmunity/utils": "^1.5.0", |
38 | 37 | "chalk": "^4.1.2", |
39 | | - "commander": "^8.3.0", |
40 | | - "glob": "^7.2.0" |
| 38 | + "commander": "^8.3.0" |
41 | 39 | }, |
42 | 40 | "devDependencies": { |
43 | | - "@techmmunity/eslint-config": "^5.0.4", |
44 | | - "@techmmunity/symbiosis": "^0.0.21", |
| 41 | + "@techmmunity/eslint-config": "^5.1.2", |
| 42 | + "@techmmunity/symbiosis": "^0.0.24", |
45 | 43 | "@types/jest": "^27.0.1", |
46 | | - "eslint": "^7.32.0", |
| 44 | + "eslint": "^8.1.0", |
47 | 45 | "husky": "^7.0.4", |
48 | 46 | "jest": "^27.3.1", |
49 | 47 | "lint-staged": "^11.2.3", |
|
56 | 54 | }, |
57 | 55 | "scripts": { |
58 | 56 | "prepare": "husky install", |
59 | | - "dev": "env-cmd ts-node src/index.ts", |
| 57 | + "dev": "ts-node src/index.ts", |
60 | 58 | "test": "jest --passWithNoTests", |
61 | 59 | "test:cov": "jest --coverage --passWithNoTests", |
62 | 60 | "build": "rimraf ./dist && tsc --build --force && cp -r src/cli/templates dist/cli/templates && rimraf ./dist/tests", |
|
0 commit comments