Ghost/ghost/custom-theme-settings-service/package.json
Kevin Ansfield 0f5ccb7131 Published new versions
- @tryghost/custom-theme-settings-service@0.0.1
 - @tryghost/email-analytics-provider-mailgun@1.0.1
 - @tryghost/email-analytics-service@1.0.1
2021-09-22 22:00:51 +01:00

32 lines
766 B
JSON

{
"name": "@tryghost/custom-theme-settings-service",
"version": "0.0.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 --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.1",
"should": "13.2.3",
"sinon": "11.1.2"
},
"dependencies": {
"@tryghost/debug": "^0.1.5",
"@tryghost/errors": "^0.2.14"
}
}