Ghost/ghost/custom-theme-settings-service/package.json

35 lines
889 B
JSON
Raw Normal View History

{
"name": "@tryghost/custom-theme-settings-service",
"version": "0.3.1",
"repository": "https://github.com/TryGhost/Publishing/tree/main/packages/custom-theme-settings-service",
"author": "Ghost Foundation",
"license": "MIT",
"main": "index.js",
"scripts": {
"dev": "echo \"Implement me!\"",
"test": "NODE_ENV=testing c8 --reporter text --reporter cobertura --check-coverage mocha './test/**/*.test.js'",
"lint": "eslint . --ext .js --cache",
"posttest": "yarn lint"
},
"files": [
"index.js",
"lib"
],
"publishConfig": {
"access": "public"
},
"devDependencies": {
"@nexes/nql": "^0.6.0",
2022-01-15 02:25:22 +03:00
"c8": "7.11.0",
2022-01-14 23:50:48 +03:00
"mocha": "9.1.4",
"should": "13.2.3",
2021-10-08 17:43:58 +03:00
"sinon": "11.1.2"
},
"dependencies": {
"@tryghost/debug": "^0.1.5",
"@tryghost/errors": "^0.2.14",
"@tryghost/tpl": "^0.1.4",
"lodash": "^4.17.21"
}
}