2020-03-06 11:56:10 +01:00
|
|
|
{
|
2020-05-05 19:21:42 +02:00
|
|
|
"name": "@sapphirecode/auth-server-helper",
|
2020-12-03 09:54:27 +01:00
|
|
|
"version": "2.0.0",
|
2020-12-03 10:07:49 +01:00
|
|
|
"main": "dist/index.js",
|
2020-07-19 13:56:06 +02:00
|
|
|
"author": {
|
|
|
|
"name": "Timo Hocker",
|
|
|
|
"email": "timo@scode.ovh"
|
|
|
|
},
|
2020-05-17 17:37:41 +02:00
|
|
|
"description": "authentication middleware for express",
|
2020-12-03 09:54:27 +01:00
|
|
|
"license": "MIT",
|
2020-03-06 11:56:10 +01:00
|
|
|
"devDependencies": {
|
2020-12-03 09:54:27 +01:00
|
|
|
"@sapphirecode/eslint-config-ts": "^1.1.27",
|
|
|
|
"@types/jasmine": "^3.6.2",
|
2020-12-03 10:07:49 +01:00
|
|
|
"eslint": "^7.14.0",
|
2020-12-03 09:54:27 +01:00
|
|
|
"jasmine": "^3.6.3",
|
|
|
|
"jasmine-ts": "^0.3.0",
|
|
|
|
"nyc": "^15.1.0",
|
|
|
|
"ts-node": "^8.0.0",
|
|
|
|
"typescript": "^4.1.2"
|
2020-03-06 11:56:10 +01:00
|
|
|
},
|
|
|
|
"scripts": {
|
2020-04-14 14:59:26 +02:00
|
|
|
"lint": "eslint . --ext .js,.jsx,.ts,.tsx,.vue,.mjs",
|
2020-12-03 09:54:27 +01:00
|
|
|
"test": "nyc jasmine-ts --config=\"jasmine.json\"",
|
2020-05-04 20:38:30 +02:00
|
|
|
"mutate": "stryker run",
|
2020-12-03 09:54:27 +01:00
|
|
|
"compile": "tsc"
|
2020-05-03 17:06:39 +02:00
|
|
|
},
|
|
|
|
"files": [
|
|
|
|
"LICENSE",
|
2020-12-03 09:54:27 +01:00
|
|
|
"*.js",
|
|
|
|
"*.ts",
|
|
|
|
"*.d.ts"
|
2020-07-19 13:56:06 +02:00
|
|
|
],
|
|
|
|
"keywords": [
|
|
|
|
"authentication",
|
|
|
|
"express",
|
|
|
|
"middleware"
|
2020-12-06 21:06:40 +01:00
|
|
|
],
|
|
|
|
"dependencies": {
|
|
|
|
"@sapphirecode/crypto-helper": "^1.1.62"
|
|
|
|
}
|
2020-09-28 11:27:10 +02:00
|
|
|
}
|