-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
49 lines (49 loc) · 1.1 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
{
"name": "pasetohlvl",
"version": "0.4.4",
"description": "A high level paseto lib for nodejs",
"homepage": "https://github.com/PCouaillier/pasetoHlvl#readme",
"bugs": {
"url": "https://github.com/PCouaillier/pasetoHlvl/issues"
},
"repository": {
"type": "git",
"url": "https://github.com/PCouaillier/pasetoHlvl.git"
},
"keywords": [
"paseto",
"high level",
"node",
"typescript",
"sodium",
"JWT",
"authorization",
"authentication"
],
"main": "dist/lib/PasetoHlvl.js",
"types": "dist/types/PasetoHlvl.d.ts",
"files": [
"dist",
"lib_types"
],
"scripts": {
"test": "mocha -r ts-node.js ./test/**.ts",
"tslint": "tslint ./src/**.ts ./test/**.ts",
"prepare": "tsc -b tsconfig.build.json"
},
"author": "PCouaillier",
"license": "ISC",
"dependencies": {
"paseto.js": "^0.1.3"
},
"devDependencies": {
"@types/chai": "^4.1.7",
"@types/mocha": "^5.2.6",
"@types/node": "^10.12.26",
"chai": "^4.2.0",
"mocha": "^9.0.3",
"ts-node": "^8.0.3",
"tslint": "^5.13.0",
"typescript": "^3.3.1"
}
}