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

33 lines
872 B
JSON
Raw Normal View History

{
"name": "@tryghost/custom-theme-settings-service",
"version": "0.0.0",
"repository": "https://github.com/TryGhost/Publishing/tree/main/packages/custom-theme-settings-service",
"private": true,
"author": "Ghost Foundation",
"license": "MIT",
"main": "index.js",
"scripts": {
"dev": "echo \"Implement me!\"",
"test": "NODE_ENV=testing c8 --all --reporter text --reporter cobertura --check-coverage mocha './test/**/*.test.js'",
"lint": "eslint . --ext .js --cache",
"posttest": "yarn lint"
},
"files": [
"index.js",
"lib"
],
"devDependencies": {
"@tryghost/nql-lang": "0.3.2",
2022-07-19 23:05:27 +03:00
"c8": "7.12.0",
2022-05-02 03:44:17 +03:00
"mocha": "10.0.0",
"should": "13.2.3",
2022-05-09 05:31:27 +03:00
"sinon": "14.0.0"
},
"dependencies": {
"@tryghost/debug": "^0.1.5",
"@tryghost/errors": "^1.0.0",
"@tryghost/tpl": "^0.1.4",
"lodash": "^4.17.21"
}
}