fbd7e206dc
- @tryghost/extract-api-key@0.1.0
27 lines
756 B
JSON
27 lines
756 B
JSON
{
|
|
"name": "@tryghost/extract-api-key",
|
|
"version": "0.1.0",
|
|
"repository": "https://github.com/TryGhost/Utils/tree/main/packages/extract-api-key",
|
|
"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"
|
|
},
|
|
"dependencies": {
|
|
"jsonwebtoken": "^8.5.1"
|
|
}
|
|
}
|