-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
46 lines (46 loc) · 1.04 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
{
"name": "web-token",
"version": "1.1.4",
"description": "Fast and safe token generator for web and any app",
"main": "dist/commonjs/index.js",
"exports": {
"require": "./dist/commonjs/index.js",
"import": "./dist/module/index.mjs"
},
"scripts": {
"test": "gulp --test && jest"
},
"repository": {
"type": "git",
"url": "git+https://github.com/rafikalid/web-token.git"
},
"keywords": [
"web",
"token",
"json",
"crypt",
"has"
],
"author": "khalid RAFIK",
"license": "MIT",
"bugs": {
"url": "https://github.com/rafikalid/web-token/issues"
},
"homepage": "https://github.com/rafikalid/web-token#readme",
"devDependencies": {
"@types/gulp": "^4.0.8",
"@types/gulp-rename": "^2.0.1",
"@types/gulp-sourcemaps": "0.0.34",
"@types/jest": "^27.0.2",
"@types/through2": "^2.0.36",
"gulp": "^4.0.2",
"gulp-rename": "^2.0.0",
"gulp-sourcemaps": "^3.0.0",
"gulp-typescript": "^6.0.0-alpha.1",
"jest": "^27.2.4",
"json5": "^2.2.0",
"terser": "^5.9.0",
"typescript": "^4.3.5",
"typescript-path-fix": "^1.0.5"
}
}