2022-05-10 07:37:05 +03:00
|
|
|
{
|
|
|
|
"name": "@tryghost/extract-api-key",
|
2022-07-26 16:08:05 +03:00
|
|
|
"private": true,
|
2022-07-26 15:57:43 +03:00
|
|
|
"version": "0.0.0",
|
2022-05-10 07:37:05 +03:00
|
|
|
"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"
|
|
|
|
],
|
2022-05-10 11:08:54 +03:00
|
|
|
"dependencies": {
|
|
|
|
"jsonwebtoken": "^8.5.1"
|
|
|
|
}
|
2022-05-10 07:37:05 +03:00
|
|
|
}
|