-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
45 lines (45 loc) · 1.13 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
{
"name": "cotalker-sdk",
"version": "0.0.4",
"description": "Cotalker's partners lib",
"main": "lib/index.js",
"author": "cotalker",
"homepage": "https://github.com/Cotalker/cotalker-sdk#readme",
"repository": {
"type": "git",
"url": "[email protected]:Cotalker/cotalker-sdk.git"
},
"bugs": {
"url": "https://github.com/Cotalker/cotalker-sdk/issues"
},
"scripts": {
"build": "npx tsc && tsc-alias",
"prepare": "npm run build",
"version": "git add -A src",
"postversion": "git push && git push --tags"
},
"keywords": [
"cotalker"
],
"license": "ISC",
"files": [
"lib"
],
"devDependencies": {
"@types/node": "^18.11.18",
"@typescript-eslint/eslint-plugin": "^5.50.0",
"@typescript-eslint/parser": "^5.50.0",
"eslint": "^8.33.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-config-airbnb-typescript": "^17.0.0",
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-jsdoc": "^39.7.5",
"eslint-plugin-simple-import-sort": "^10.0.0",
"tsc-alias": "^1.8.2",
"typescript": "^4.9.4"
},
"dependencies": {
"axios": "^1.2.3",
"zod": "^3.20.6"
}
}