UNPKG

1.16 kBJSONView Raw
1{
2 "name": "edge-express",
3 "description": "Edge Express is a centralized Express-based HTTP server with sophisticated built-in security.",
4 "version": "1.0.0-alpha.3",
5 "author": {
6 "name": "Sebastian Software",
7 "email": "s.werner@sebastian-software.de",
8 "url": "https://www.sebastian-software.de"
9 },
10 "main": "lib/index.cjs.js",
11 "module": "lib/index.esm.js",
12 "license": "Apache-2.0",
13 "scripts": {
14 "prepack": "npm run build",
15 "build": "rimraf lib && prepublish",
16 "test": "echo"
17 },
18 "files": [
19 "bin/",
20 "docs/",
21 "lib/"
22 ],
23 "engines": {
24 "node": ">=6.0.0",
25 "yarn": ">=1.0.0",
26 "npm": ">=4.0.0"
27 },
28 "dependencies": {
29 "app-root-dir": "^1.0.2",
30 "body-parser": "^1.18.3",
31 "chalk": "^2.4.1",
32 "compression": "^1.7.2",
33 "cookie-parser": "^1.4.3",
34 "cosmiconfig": "^5.0.4",
35 "dotenv": "^5.0.1",
36 "express": "^4.16.3",
37 "express-locale": "^1.0.5",
38 "helmet": "^3.12.1",
39 "hpp": "^0.2.2",
40 "jsome": "^2.5.0",
41 "pretty-error": "^2.1.1",
42 "uuid": "^3.2.1"
43 },
44 "devDependencies": {
45 "jest": "22.4.4",
46 "prepublish": "1.7.0",
47 "rimraf": "*"
48 }
49}