-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
42 lines (42 loc) · 1.07 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
{
"name": "getindexify",
"version": "0.0.75",
"description": "This is the TypeScript client for interacting with the Indexify service.",
"main": "./dist/index.js",
"module": "./dist/index.mjs",
"types": "./dist/index.d.ts",
"files": [
"dist"
],
"scripts": {
"test": "jest",
"build": "tsup"
},
"repository": {
"type": "git",
"url": "git+https://github.com/tensorlakeai/indexify-typescript-client.git"
},
"author": "Lucas Jackson <[email protected]>",
"license": "ISC",
"bugs": {
"url": "https://github.com/tensorlakeai/indexify-typescript-client/issues"
},
"homepage": "https://github.com/tensorlakeai/indexify-typescript-client#readme",
"devDependencies": {
"@types/crypto-js": "^4.2.2",
"@types/jest": "^29.5.12",
"@types/node": "^20.14.12",
"@types/uuid": "^10.0.0",
"jest": "^29.7.0",
"ts-jest": "^29.2.3",
"ts-node": "^10.9.2",
"tsup": "^8.2.3",
"typescript": "^5.3.3"
},
"dependencies": {
"axios": "^1.7.2",
"crypto-js": "^4.2.0",
"uuid": "^10.0.0",
"yaml": "^2.5.0"
}
}