UNPKG

1.1 kBJSONView Raw
1{
2 "name": "@jota-one/drosse",
3 "version": "2.6.0",
4 "description": "Mock your backend the right way.",
5 "main": "app/index.js",
6 "bin": {
7 "drosse": "./bin/drosse.js"
8 },
9 "scripts": {
10 "serve": "node ./bin/drosse.js serve"
11 },
12 "repository": {
13 "type": "git",
14 "url": "git+https://github.com/jota-one/drosse.git"
15 },
16 "keywords": [
17 "mock",
18 "server",
19 "loki",
20 "dynamic",
21 "feutre",
22 "proxy"
23 ],
24 "author": "Juniors at Work",
25 "license": "MIT",
26 "bugs": {
27 "url": "https://github.com/jota-one/drosse/issues"
28 },
29 "homepage": "https://drosse.dev",
30 "dependencies": {
31 "@jota-one/replacer": "^0.3.1",
32 "@moleculer/vorpal": "^1.11.5",
33 "ansi-colors": "^4.1.1",
34 "express": "^4.17.1",
35 "get-port": "^5.1.1",
36 "http-proxy-middleware": "^2.0.1",
37 "ip": "^1.1.5",
38 "lodash": "^4.17.21",
39 "lokijs": "^1.5.12",
40 "morgan": "^1.10.0",
41 "node-discover": "^1.2.1",
42 "rrdir": "^8.2.2",
43 "stoppable": "^1.1.0",
44 "uuid": "^8.3.2",
45 "yargs": "^17.3.0"
46 },
47 "devDependencies": {
48 "express-session": "^1.17.2"
49 }
50}