UNPKG

1.57 kBJSONView Raw
1{
2 "name": "ghost-ignition",
3 "version": "4.5.1",
4 "description": "Basic configuration and tooling shared across applications",
5 "main": "index.js",
6 "scripts": {
7 "lint": "eslint lib test",
8 "test": "npm run lint && mocha --exit -- $(find test -name '*.test.js')",
9 "posttest": "yarn lint",
10 "preship": "yarn test",
11 "ship": "STATUS=$(git status --porcelain); echo $STATUS; if [ -z \"$STATUS\" ]; then yarn publish && git push --follow-tags; fi"
12 },
13 "keywords": [
14 "ghost",
15 "tooling",
16 "config",
17 "errors",
18 "nconf",
19 "configuration"
20 ],
21 "files": [
22 "index.js",
23 "lib"
24 ],
25 "repository": {
26 "type": "git",
27 "url": "git+https://github.com/TryGhost/Ignition.git"
28 },
29 "author": "Ghost Foundation",
30 "license": "MIT",
31 "bugs": {
32 "url": "https://github.com/TryGhost/Ignition/issues"
33 },
34 "engine": {
35 "node": "^10.13.0 || ^12.10.0"
36 },
37 "homepage": "https://github.com/TryGhost/Ignition#readme",
38 "dependencies": {
39 "@tryghost/bunyan-rotating-filestream": "0.0.4",
40 "@tryghost/elasticsearch-bunyan": "0.1.1",
41 "bunyan": "1.8.15",
42 "bunyan-loggly": "1.4.2",
43 "caller": "1.0.1",
44 "debug": "4.3.1",
45 "find-root": "1.1.0",
46 "fs-extra": "9.1.0",
47 "gelf-stream": "1.1.1",
48 "json-stringify-safe": "5.0.1",
49 "lodash": "4.17.21",
50 "moment": "2.27.0",
51 "nconf": "0.10.0",
52 "prettyjson": "1.2.1",
53 "uuid": "8.3.2"
54 },
55 "devDependencies": {
56 "chai": "4.3.1",
57 "eslint": "7.21.0",
58 "mocha": "8.3.0",
59 "should": "13.2.3",
60 "sinon": "9.2.4"
61 }
62}