UNPKG

1.58 kBJSONView Raw
1{
2 "name": "@nitro/app",
3 "version": "4.8.2",
4 "description": "Nitro server",
5 "license": "MIT",
6 "repository": "namics/generator-nitro",
7 "author": "The Nitro Team",
8 "engines": {
9 "node": ">=8 <11"
10 },
11 "bin": {
12 "nitro-app-validate-pattern-data": "./bin/validate-pattern-data.js",
13 "nitro-app-serve": "./bin/serve.js"
14 },
15 "scripts": {
16 "lint": "eslint .",
17 "prepublishOnly": "pkg-ok",
18 "pretest": "npm run lint",
19 "test": "jasmine --config=./tests/jasmine/support/jasmine.json"
20 },
21 "files": [
22 "app",
23 "bin"
24 ],
25 "keywords": [
26 "frontend",
27 "app",
28 "nitro"
29 ],
30 "dependencies": {
31 "ajv": "6.10.2",
32 "body-parser": "1.19.0",
33 "chalk": "2.4.2",
34 "compression": "1.7.4",
35 "config": "3.2.2",
36 "dot-object": "1.8.1",
37 "express": "4.17.1",
38 "extend": "3.0.2",
39 "globby": "7.1.1",
40 "hbs": "4.0.4",
41 "hbs-utils": "0.0.4",
42 "htmllint": "0.8.0",
43 "i18next": "17.0.6",
44 "i18next-express-middleware": "1.8.0",
45 "i18next-node-fs-backend": "2.1.3",
46 "i18next-sprintf-postprocessor": "0.2.2",
47 "jasmine": "3.4.0",
48 "jasmine-core": "3.4.0",
49 "lodash": "4.17.15",
50 "text-table": "0.2.0",
51 "twig": "1.13.3",
52 "webpack": "4.36.1",
53 "webpack-dev-middleware": "3.7.0",
54 "webpack-hot-middleware": "2.25.0"
55 },
56 "devDependencies": {
57 "@namics/eslint-config": "7.0.2",
58 "eslint": "5.16.0",
59 "eslint-plugin-import": "2.18.2",
60 "pkg-ok": "2.3.1"
61 },
62 "publishConfig": {
63 "access": "public"
64 }
65}