2020-08-11 15:29:32 +03:00
|
|
|
{
|
|
|
|
"name": "@tryghost/security",
|
2022-05-09 13:25:48 +03:00
|
|
|
"version": "0.3.1",
|
2021-10-01 16:34:06 +03:00
|
|
|
"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!\"",
|
2022-02-21 14:50:26 +03:00
|
|
|
"test": "NODE_ENV=testing c8 --all --reporter text --reporter cobertura 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": {
|
2022-05-16 07:56:38 +03:00
|
|
|
"c8": "7.11.3",
|
2022-05-02 16:59:30 +03:00
|
|
|
"mocha": "10.0.0",
|
2021-04-16 15:28:10 +03:00
|
|
|
"should": "13.2.3",
|
2022-05-09 03:14:50 +03:00
|
|
|
"sinon": "14.0.0"
|
2020-08-11 15:29:32 +03:00
|
|
|
},
|
2020-08-11 15:47:34 +03:00
|
|
|
"dependencies": {
|
2021-04-16 15:06:54 +03:00
|
|
|
"@tryghost/string": "^0.1.17",
|
|
|
|
"bcryptjs": "^2.4.3",
|
|
|
|
"bluebird": "^3.7.2",
|
|
|
|
"lodash": "^4.17.21"
|
2020-08-11 15:47:34 +03:00
|
|
|
}
|
2020-08-11 15:29:32 +03:00
|
|
|
}
|