Ghost/ghost/security/package.json
2021-01-06 15:05:05 +00:00

33 lines
728 B
JSON

{
"name": "@tryghost/security",
"version": "0.2.3",
"repository": "https://github.com/TryGhost/Ghost-Utils/tree/master/packages/security",
"author": "Ghost Foundation",
"license": "MIT",
"main": "index.js",
"scripts": {
"dev": "echo \"Implement me!\"",
"test": "NODE_ENV=testing mocha './test/**/*.test.js'",
"lint": "eslint . --ext .js --cache",
"posttest": "yarn lint"
},
"files": [
"index.js",
"lib"
],
"publishConfig": {
"access": "public"
},
"devDependencies": {
"mocha": "8.2.1",
"should": "13.2.3",
"sinon": "9.2.3"
},
"dependencies": {
"@tryghost/string": "0.1.14",
"bcryptjs": "2.4.3",
"bluebird": "3.7.2",
"lodash": "4.17.20"
}
}