UNPKG

2.06 kBJSONView Raw
1{
2 "name": "@jota-one/drosse",
3 "version": "3.5.0",
4 "description": "A stateful and programmable mock server",
5 "author": "Juniors at Work",
6 "license": "MIT",
7 "exports": {
8 ".": {
9 "import": "./dist/index.mjs",
10 "require": "./dist/index.cjs"
11 }
12 },
13 "main": "./dist/index.cjs",
14 "module": "./dist/index.mjs",
15 "files": [
16 "dist",
17 "index.d.ts"
18 ],
19 "bin": {
20 "drosse": "./dist/index.cjs",
21 "drosse-esm": "./dist/index.mjs"
22 },
23 "pkg": {
24 "scripts": "dist/index.cjs",
25 "outputPath": "bundle"
26 },
27 "scripts": {
28 "describe": "node ./dist/index.cjs describe",
29 "describe:esm": "node ./dist/index.mjs describe",
30 "build": "unbuild",
31 "build:stub": "unbuild --stub",
32 "bundle": "pkg .",
33 "serve": "node ./dist/index.cjs serve",
34 "serve:esm": "node ./dist/index.mjs serve",
35 "static": "node ./dist/index.cjs static",
36 "static:esm": "node ./dist/index.mjs static",
37 "test": "vitest run",
38 "test:watch": "vitest",
39 "doc": "docsify serve docs"
40 },
41 "repository": {
42 "type": "git",
43 "url": "git+https://github.com/jota-one/drosse.git"
44 },
45 "bugs": {
46 "url": "https://github.com/jota-one/drosse/issues"
47 },
48 "homepage": "https://drosse.dev",
49 "keywords": [
50 "mock",
51 "server",
52 "loki",
53 "dynamic",
54 "feutre",
55 "proxy"
56 ],
57 "dependencies": {
58 "@jota-one/replacer": "^0.5.0",
59 "@moleculer/vorpal": "^1.11.5",
60 "ansi-colors": "^4.1.3",
61 "h3": "^1.5.0",
62 "http-proxy-middleware": "^2.0.6",
63 "listhen": "^0.2.15",
64 "lokijs": "^1.5.12",
65 "mergician": "^1.0.3",
66 "morgan": "^1.10.0",
67 "node-discover": "^1.2.1",
68 "rrdir": "^8.2.2",
69 "serve-static": "^1.15.0",
70 "uuid": "^9.0.0",
71 "yargs": "^17.5.1"
72 },
73 "devDependencies": {
74 "@vitest/coverage-c8": "^0.23.2",
75 "auto": "^10.37.6",
76 "express-session": "^1.17.3",
77 "pkg": "^5.8.0",
78 "sockjs": "^0.3.24",
79 "supertest": "^6.2.4",
80 "unbuild": "^0.8.10",
81 "vitest": "^0.23.2",
82 "ws": "^8.8.1"
83 },
84 "engines": {
85 "node": ">=14.0.0"
86 }
87}