-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
76 lines (76 loc) · 2.02 KB
/
package.json
File metadata and controls
76 lines (76 loc) · 2.02 KB
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
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
{
"name": "cotalker-sdk",
"version": "2.4.10",
"description": "Cotalker's partners lib",
"main": "lib/index.js",
"author": "cotalker",
"homepage": "https://github.com/CotalkerPartners/cotalker-sdk#readme",
"repository": {
"type": "git",
"url": "git@github.com:CotalkerPartners/cotalker-sdk.git"
},
"bugs": {
"url": "https://github.com/CotalkerPartners/cotalker-sdk/issues"
},
"scripts": {
"test": "jest",
"build": "tsc && tsc-alias",
"pack": "npm run build && npm pack",
"pre-push": "",
"prepare": "husky",
"version": "git add -A src",
"postversion": "git push && git push --tags",
"lint": "eslint ./src",
"lint:fix": "eslint ./src --fix",
"prettier": "prettier ./src --check",
"prettier:fix": "prettier ./src --write",
"test:watch": "jest --watchAll",
"docs": "typedoc ./src/libs/models/*.ts "
},
"keywords": [
"cotalker"
],
"license": "ISC",
"files": [
"lib"
],
"devDependencies": {
"@semantic-release/changelog": "^6.0.3",
"@semantic-release/commit-analyzer": "^13.0.1",
"@semantic-release/git": "^10.0.1",
"@semantic-release/release-notes-generator": "^14.0.3",
"@types/dotenv": "^6.1.1",
"@types/jest": "^29.5.14",
"@types/node": "^18.19.80",
"@typescript-eslint/eslint-plugin": "^5.50.0",
"@typescript-eslint/parser": "^5.50.0",
"dotenv": "^16.5.0",
"eslint": "^8.33.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-config-airbnb-typescript": "^17.0.0",
"eslint-config-prettier": "^10.1.1",
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-jsdoc": "^39.7.5",
"eslint-plugin-prettier": "^5.2.3",
"eslint-plugin-simple-import-sort": "^10.0.0",
"husky": "^9.1.7",
"jest": "^29.7.0",
"prettier": "^3.5.3",
"semantic-release": "^24.2.3",
"ts-jest": "^29.3.0",
"ts-node": "^10.9.2",
"tsc-alias": "^1.8.11",
"typedoc": "^0.25.6",
"typescript": "^4.9.5"
},
"dependencies": {
"aws-lambda": "^1.0.7",
"axios": "^1.8.2",
"date-fns": "^4.1.0",
"form-data": "^4.0.2",
"get": "^1.4.0",
"lodash.get": "^4.4.2",
"openai": "^4.95.0",
"zod": "^3.24.2"
}
}