2
1
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2023-12-13 21:00:40 +01:00
Ghost/ghost/mw-update-user-last-seen/package.json
Sam Lord d931c9cf38 Published new versions
- @tryghost/mw-update-user-last-seen@0.1.0
2021-11-16 15:54:46 +00:00

30 lines
720 B
JSON

{
"name": "@tryghost/mw-update-user-last-seen",
"version": "0.1.0",
"repository": "https://github.com/TryGhost/Utils/tree/main/packages/mw-update-user-last-seen",
"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.10.0",
"mocha": "9.1.3",
"should": "13.2.3",
"sinon": "12.0.1"
},
"dependencies": {
"@tryghost/constants": "1.0.0"
}
}