-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
45 lines (45 loc) · 925 Bytes
/
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
{
"name": "0auth-sdk",
"version": "0.0.14",
"description": "0auth-js-sdk",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"test": "mocha --reporter spec",
"build": "tsc",
"commit": "cz"
},
"repository": {
"type": "git",
"url": "git+https://github.com/TokTokHan/0auth-sdk.git"
},
"keywords": [
"auth",
"login"
],
"author": "toktokhan.dev",
"bin": {
"log-run": "bin/cli.js"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/TokTokHan/0auth-sdk/issues"
},
"homepage": "https://github.com/TokTokHan/0auth-sdk#readme",
"devDependencies": {
"@types/jsonwebtoken": "^8.5.6",
"chai": "^4.3.4",
"mocha": "^9.1.3",
"typescript": "^4.4.4",
"commitizen": "^4.2.4",
"git-cz": "^4.8.0"
},
"config": {
"commitizen": {
"path": "git-cz"
}
},
"dependencies": {
"jsonwebtoken": "^8.5.1"
}
}