-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 981 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
{
"name": "sheerid-ts-api",
"version": "0.3.6",
"description": "Simple and minimal SheerID API wrapper for JavaScript / TypeScript (Unofficial)",
"keywords": [
"SheerID",
"verify",
"validate",
"identity",
"identify"
],
"main": "dist/index.js",
"type": "module",
"types": "dist/index.d.ts",
"scripts": {
"build": "tsc",
"test": "tsc && node dist/test/index.js",
"prepare": "corepack pnpm build",
"preinstall": "npx only-allow pnpm",
"format": "prettier --write src"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Kyure-A/sheerid-ts-api.git"
},
"author": "Kyure_A",
"license": "MIT",
"bugs": {
"url": "https://github.com/Kyure-A/sheerid-ts-api/issues"
},
"homepage": "https://github.com/Kyure-A/sheerid-ts-api#readme",
"devDependencies": {
"@types/node": "^20.9.2",
"prettier": "^3.1.0",
"ts-node": "^10.9.2",
"typescript": "^5.2.2",
"zod": "^3.22.4"
}
}