-
Notifications
You must be signed in to change notification settings - Fork 220
/
Copy pathpackage.json
36 lines (36 loc) · 947 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
{
"name": "replicate",
"version": "0.25.2",
"description": "JavaScript client for Replicate",
"repository": "github:replicate/replicate-javascript",
"homepage": "https://github.com/replicate/replicate-javascript#readme",
"bugs": "https://github.com/replicate/replicate-javascript/issues",
"license": "Apache-2.0",
"main": "index.js",
"type": "commonjs",
"engines": {
"node": ">=18.0.0",
"npm": ">=7.19.0",
"git": ">=2.11.0",
"yarn": ">=1.7.0"
},
"scripts": {
"check": "tsc",
"format": "biome format . --write",
"lint": "biome lint .",
"test": "jest"
},
"optionalDependencies": {
"readable-stream": ">=4.0.0"
},
"devDependencies": {
"@biomejs/biome": "^1.4.1",
"@types/jest": "^29.5.3",
"@typescript-eslint/eslint-plugin": "^5.56.0",
"cross-fetch": "^3.1.5",
"jest": "^29.6.2",
"nock": "^13.3.0",
"ts-jest": "^29.1.0",
"typescript": "^5.0.2"
}
}