2021-09-21 19:21:52 +03:00
|
|
|
{
|
|
|
|
"name": "@tryghost/custom-theme-settings-service",
|
2022-07-20 18:20:24 +03:00
|
|
|
"version": "0.0.0",
|
2021-09-21 19:21:52 +03:00
|
|
|
"repository": "https://github.com/TryGhost/Publishing/tree/main/packages/custom-theme-settings-service",
|
2022-07-20 18:20:24 +03:00
|
|
|
"private": true,
|
2021-09-21 19:21:52 +03:00
|
|
|
"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'",
|
2022-07-21 11:09:36 +03:00
|
|
|
"lint": "eslint . --ext .js --cache"
|
2021-09-21 19:21:52 +03:00
|
|
|
},
|
|
|
|
"files": [
|
|
|
|
"index.js",
|
|
|
|
"lib"
|
|
|
|
],
|
|
|
|
"devDependencies": {
|
2022-07-20 18:54:13 +03:00
|
|
|
"@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",
|
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
|
|
|
}
|