2021-09-21 19:21:52 +03:00
|
|
|
{
|
|
|
|
"name": "@tryghost/custom-theme-settings-service",
|
2022-05-12 18:42:53 +03:00
|
|
|
"version": "0.3.3",
|
2021-09-21 19:21:52 +03:00
|
|
|
"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!\"",
|
2022-02-21 15:34:08 +03:00
|
|
|
"test": "NODE_ENV=testing c8 --all --reporter text --reporter cobertura --check-coverage mocha './test/**/*.test.js'",
|
2021-09-21 19:21:52 +03:00
|
|
|
"lint": "eslint . --ext .js --cache",
|
|
|
|
"posttest": "yarn lint"
|
|
|
|
},
|
|
|
|
"files": [
|
|
|
|
"index.js",
|
|
|
|
"lib"
|
|
|
|
],
|
|
|
|
"publishConfig": {
|
|
|
|
"access": "public"
|
|
|
|
},
|
|
|
|
"devDependencies": {
|
2022-01-20 17:23:39 +03:00
|
|
|
"@nexes/nql": "0.6.0",
|
2022-05-16 07:53:53 +03:00
|
|
|
"c8": "7.11.3",
|
2022-05-02 03:44:17 +03:00
|
|
|
"mocha": "10.0.0",
|
2021-09-21 19:21:52 +03:00
|
|
|
"should": "13.2.3",
|
2022-05-09 05:31:27 +03:00
|
|
|
"sinon": "14.0.0"
|
2021-09-21 19:21:52 +03:00
|
|
|
},
|
2021-09-22 23:56:45 +03:00
|
|
|
"dependencies": {
|
|
|
|
"@tryghost/debug": "^0.1.5",
|
2022-03-24 13:44:01 +03:00
|
|
|
"@tryghost/errors": "^1.0.0",
|
2021-10-07 18:57:52 +03:00
|
|
|
"@tryghost/tpl": "^0.1.4",
|
|
|
|
"lodash": "^4.17.21"
|
2021-09-22 23:56:45 +03:00
|
|
|
}
|
2021-09-21 19:21:52 +03:00
|
|
|
}
|