Ghost/ghost/custom-theme-settings-service/package.json
Daniel Lockyer abdcd9a650
Switched to @tryghost/nql-lang
- we moved this from `@nexes` to the `@tryghost` organization a while
  back, and this was missed from the switchover
2022-07-20 17:54:13 +02:00

33 lines
872 B
JSON

{
"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",
"c8": "7.12.0",
"mocha": "10.0.0",
"should": "13.2.3",
"sinon": "14.0.0"
},
"dependencies": {
"@tryghost/debug": "^0.1.5",
"@tryghost/errors": "^1.0.0",
"@tryghost/tpl": "^0.1.4",
"lodash": "^4.17.21"
}
}