|
1 | 1 | { |
2 | 2 | "name": "@redocly/cli", |
3 | | - "version": "1.0.0", |
| 3 | + "version": "2.0.0", |
4 | 4 | "description": "", |
5 | 5 | "private": true, |
6 | 6 | "engines": { |
|
28 | 28 | "prepare": "npm run compile", |
29 | 29 | "cli": "ts-node packages/cli/src/index.ts", |
30 | 30 | "precli": "npm run compile", |
31 | | - "lint": "npm run cli lint resources/pets.yaml -- --format stylish", |
32 | | - "bundle": "npm run cli bundle resources/pets.yaml", |
33 | | - "stats": "npm run cli stats resources/pets.yaml", |
34 | | - "split": "npm run cli split resources/pets.yaml -- --outDir output", |
35 | | - "build-docs": "npm run cli build-docs resources/pets.yaml", |
36 | | - "benchmark": "node --expose-gc --noconcurrent_sweeping --predictable packages/core/src/benchmark/benchmark.js", |
37 | 31 | "release": "changeset publish", |
38 | | - "upload": "node scripts/archive-and-upload-bundle.js", |
39 | 32 | "pack:prepare": "./scripts/local-pack.sh", |
40 | 33 | "respect:parser:generate": "pegjs --format commonjs packages/respect-core/src/modules/runtime-expressions/abnf-parser.pegjs", |
41 | 34 | "json-server": "json-server --watch __tests__/respect/local-json-server/fake-db.json --port 3000 --host 0.0.0.0" |
|
78 | 71 | "json-schema-to-ts": "^3.0.0", |
79 | 72 | "json-server": "1.0.0-beta.3", |
80 | 73 | "lint-staged": "^15.4.3", |
81 | | - "null-loader": "^4.0.0", |
82 | 74 | "outdent": "^0.7.1", |
83 | 75 | "pegjs": "0.10.0", |
84 | 76 | "prettier": "^2.1.2", |
|
0 commit comments