UNPKG

1.13 kBJSONView Raw
1{
2 "name": "@stoplight/cli",
3 "version": "4.0.50",
4 "description": "Stoplight CLI",
5 "engines": {
6 "node": ">=12"
7 },
8 "author": "Stoplight <support@stoplight.io>",
9 "license": "Apache-2.0",
10 "main": "bin/stoplight.js",
11 "bin": {
12 "stoplight": "bin/stoplight.js"
13 },
14 "files": [
15 "bin",
16 "dist",
17 "LICENSE",
18 "README.md"
19 ],
20 "scripts": {
21 "build": "webpack",
22 "cli": "ts-node -r tsconfig-paths/register src/index.ts",
23 "type-check": "tsc --noEmit",
24 "test": "npx -n=--expose-gc jest"
25 },
26 "dependencies": {
27 "@graphql-codegen/typescript-graphql-request": "~1.16.0",
28 "@stoplight/path": "~1.3.2",
29 "@stoplight/json": "^3.9.0",
30 "chalk": "~3.0.0",
31 "commander": "~4.1.1",
32 "graphql": "^14.6",
33 "graphql-request": "^1.8.2",
34 "graphql-tag": "^2.10",
35 "isomorphic-git": "~0.78.4",
36 "lodash": "~4.17.20",
37 "mobx": "~5.15.4",
38 "update-notifier": "~4.1.0"
39 },
40 "devDependencies": {
41 "@types/update-notifier": "^4.1.0",
42 "ts-loader": "^6.2.2"
43 },
44 "prettier": {
45 "printWidth": 120,
46 "trailingComma": "es5",
47 "singleQuote": true
48 }
49}