-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
51 lines (51 loc) · 1.24 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
{
"name": "stix-security",
"version": "0.0.8",
"description": "A stix module for security methods..",
"repository": {
"type": "git",
"url": "git+https://github.com/SpoonX/stix-security.git"
},
"author": "RWOverdijk <r.w.overdijk@gmail.com>",
"main": "./dist/index.js",
"files": [
"dist"
],
"types": "dist/index.d.ts",
"keywords": [
"stix",
"auth",
"typescript",
"tsc",
"koa",
"node",
"security"
],
"bugs": {
"url": "https://github.com/SpoonX/stix-security/issues"
},
"homepage": "https://github.com/SpoonX/stix-security",
"scripts": {
"build": "tsc --build tsconfig.json",
"prepare": "yarn build",
"version": "conventional-changelog -p angular -i doc/CHANGELOG.md -s && git add -A doc/CHANGELOG.md",
"postpublish": "git push upstream master && git push upstream --tags"
},
"devDependencies": {
"tslint": "^5.11.0",
"tslint-config-prettier": "^1.15.0",
"tslint-eslint-rules": "^5.4.0",
"typescript": "^3.0.3"
},
"peerDependencies": {
"stix": "^4.3.2"
},
"license": "MIT",
"dependencies": {
"@types/jsonwebtoken": "^8.3.0",
"jsonwebtoken": "^8.4.0",
"openapi3-ts": "^1.2.0",
"stix": "^4.3.2",
"stix-gates": "^3.0.7"
}
}