-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
32 lines (32 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
{
"name": "@sameke/auth-client-sdk",
"version": "0.0.6",
"description": "SDK for developing authentication for applications using the Sameke Inc. OAuth 2.0 authentication server",
"main": "dist/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "tsc --project tsconfig.json",
"prepare": "npm run build && npm run git && npm version patch",
"postpublish": "git push",
"git": "git add . && git commit -m \"published\""
},
"repository": {
"type": "git",
"url": "git+https://github.com/sameke/auth-client-sdk.git"
},
"author": "Sameke Inc.",
"license": "SEE LICENSE IN LICENSE",
"bugs": {
"url": "https://github.com/sameke/auth-client-sdk/issues"
},
"homepage": "https://github.com/sameke/auth-client-sdk#readme",
"devDependencies": {
"@typescript-eslint/eslint-plugin": "4.14.1",
"@typescript-eslint/parser": "4.14.1",
"eslint": "7.18.0",
"typescript": "4.1.3"
},
"dependencies": {
"@sameke/auth-sdk-common": "0.0.5"
}
}