forked from replicate/replicate-javascript
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 907 Bytes
/
package.json
File metadata and controls
30 lines (30 loc) · 907 Bytes
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
{
"name": "replicate",
"version": "0.12.1",
"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",
"scripts": {
"lint": "eslint .",
"test": "jest"
},
"devDependencies": {
"@types/jest": "^29.5.0",
"@typescript-eslint/eslint-plugin": "^5.56.0",
"cross-fetch": "^3.1.5",
"eslint": "^8.36.0",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-jest": "^27.2.1",
"eslint-plugin-jsdoc": "^40.1.0",
"eslint-plugin-n": "^15.6.1",
"eslint-plugin-promise": "^6.1.1",
"jest": "^29.5.0",
"nock": "^13.3.0",
"ts-jest": "^29.1.0",
"typescript": "^5.0.2"
}
}