Ghost/ghost/custom-theme-settings-service/package.json
Kevin Ansfield ae83e5bbf3 Published new versions
- @tryghost/custom-theme-settings-service@0.0.6
2021-10-04 12:14:33 +01:00

33 lines
797 B
JSON

{
"name": "@tryghost/custom-theme-settings-service",
"version": "0.0.6",
"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 --check-coverage mocha './test/**/*.test.js'",
"lint": "eslint . --ext .js --cache",
"posttest": "yarn lint"
},
"files": [
"index.js",
"lib"
],
"publishConfig": {
"access": "public"
},
"devDependencies": {
"c8": "7.9.0",
"mocha": "9.1.2",
"should": "13.2.3",
"sinon": "11.1.2"
},
"dependencies": {
"@tryghost/debug": "^0.1.5",
"@tryghost/errors": "^0.2.14",
"@tryghost/tpl": "^0.1.4"
}
}