Ghost/ghost/custom-theme-settings-service/package.json
Daniel Lockyer 6b1966ad9b Updated sinon dependency
- this is being done manually instead of merging the Renovate PR because
  the PR bundles another bump which doesn't pass yet
2023-03-02 12:43:42 +01:00

32 lines
770 B
JSON

{
"name": "@tryghost/custom-theme-settings-service",
"version": "0.0.0",
"private": true,
"author": "Ghost Foundation",
"license": "MIT",
"main": "index.js",
"scripts": {
"dev": "echo \"Implement me!\"",
"test:unit": "NODE_ENV=testing c8 --all --reporter text --reporter cobertura --check-coverage mocha './test/**/*.test.js'",
"test": "yarn test:unit",
"lint": "eslint . --ext .js --cache"
},
"files": [
"index.js",
"lib"
],
"devDependencies": {
"@tryghost/nql-lang": "0.5.0",
"c8": "7.13.0",
"mocha": "10.2.0",
"should": "13.2.3",
"sinon": "15.0.1"
},
"dependencies": {
"@tryghost/debug": "0.1.22",
"@tryghost/errors": "1.2.21",
"@tryghost/tpl": "0.1.22",
"lodash": "4.17.21"
}
}