Ghost/ghost/security/package.json

34 lines
749 B
JSON
Raw Normal View History

2020-08-11 15:29:32 +03:00
{
"name": "@tryghost/security",
"version": "0.2.12",
"repository": "https://github.com/TryGhost/Utils/tree/main/packages/security",
2020-08-11 15:29:32 +03:00
"author": "Ghost Foundation",
"license": "MIT",
"main": "index.js",
"scripts": {
"dev": "echo \"Implement me!\"",
"test": "NODE_ENV=testing c8 mocha './test/**/*.test.js'",
2020-08-11 15:29:32 +03:00
"lint": "eslint . --ext .js --cache",
"posttest": "yarn lint"
},
"files": [
"index.js",
"lib"
],
"publishConfig": {
"access": "public"
},
"devDependencies": {
2021-10-07 02:39:01 +03:00
"c8": "7.10.0",
2021-09-27 04:04:25 +03:00
"mocha": "9.1.2",
2021-04-16 15:28:10 +03:00
"should": "13.2.3",
2021-09-22 15:54:32 +03:00
"sinon": "11.1.2"
2020-08-11 15:29:32 +03:00
},
"dependencies": {
"@tryghost/string": "^0.1.17",
"bcryptjs": "^2.4.3",
"bluebird": "^3.7.2",
"lodash": "^4.17.21"
}
2020-08-11 15:29:32 +03:00
}