d73200799d
- also unversions `@tryghost/stats-service` so it isn't included in the lockfile
41 lines
1.1 KiB
JSON
41 lines
1.1 KiB
JSON
{
|
|
"name": "@tryghost/stats-service",
|
|
"version": "0.0.0",
|
|
"repository": "https://github.com/TryGhost/Analytics/tree/main/packages/stats",
|
|
"author": "Ghost Foundation",
|
|
"license": "MIT",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"dev": "echo \"Implement me!\"",
|
|
"test": "NODE_ENV=testing c8 --all --check-coverage --reporter text --reporter cobertura mocha './test/**/*.test.js'",
|
|
"lint:code": "eslint *.js lib/ --ext .js --cache",
|
|
"lint": "yarn lint:code && yarn lint:test",
|
|
"lint:test": "eslint -c test/.eslintrc.js test/ --ext .js --cache",
|
|
"posttest": "yarn lint"
|
|
},
|
|
"files": [
|
|
"index.js",
|
|
"lib"
|
|
],
|
|
"publishConfig": {
|
|
"access": "public"
|
|
},
|
|
"devDependencies": {
|
|
"@types/luxon": "^2.3.1",
|
|
"@types/mocha": "^9.1.0",
|
|
"@types/node": "^17.0.25",
|
|
"@types/sinon": "^10.0.11",
|
|
"@vscode/sqlite3": "^5.0.8",
|
|
"c8": "7.11.2",
|
|
"knex": "^1.0.7",
|
|
"luxon": "^2.3.2",
|
|
"mocha": "9.2.2",
|
|
"should": "13.2.3",
|
|
"sinon": "13.0.2",
|
|
"typescript": "^4.6.3"
|
|
},
|
|
"dependencies": {
|
|
"moment": "^2.29.3"
|
|
}
|
|
}
|