UNPKG

1.1 kBJSONView Raw
1{
2 "name": "@stoplight/prism-cli",
3 "version": "3.3.0",
4 "author": "Stoplight <support@stoplight.io>",
5 "bin": {
6 "prism": "./dist/index.js"
7 },
8 "bugs": "https://github.com/stoplightio/prism/issues",
9 "dependencies": {
10 "@stoplight/prism-core": "^3.3.0",
11 "@stoplight/prism-http-server": "^3.3.0",
12 "chalk": "^3.0.0",
13 "chokidar": "^3.2.1",
14 "fp-ts": "^2.1.1",
15 "signale": "^1.4.0",
16 "split2": "^3.1.1",
17 "tslib": "^1.10.0",
18 "uri-template-lite": "^19.4.0",
19 "urijs": "^1.19.1",
20 "yargs": "^15.0.1"
21 },
22 "engines": {
23 "node": ">=8.0.0"
24 },
25 "files": [
26 "/dist"
27 ],
28 "license": "Apache-2.0",
29 "main": "dist/index.js",
30 "publishConfig": {
31 "access": "public"
32 },
33 "repository": {
34 "type": "git",
35 "url": "https://github.com/stoplightio/prism.git"
36 },
37 "scripts": {
38 "cli": "node -r ts-node/register -r tsconfig-paths/register src/index.ts",
39 "cli:debug": "node -r ts-node/register -r tsconfig-paths/register --inspect-brk src/index.ts"
40 },
41 "types": "dist/index.d.ts",
42 "gitHead": "398c9e655482776bb7a40fdbc68994b2aca9ea08"
43}