File tree Expand file tree Collapse file tree 1 file changed +5
-11
lines changed
Expand file tree Collapse file tree 1 file changed +5
-11
lines changed Original file line number Diff line number Diff line change 11{
22 "name" : " replicate" ,
33 "version" : " 0.0.1" ,
4- "description" : " " ,
4+ "description" : " JavaScript client for Replicate" ,
5+ "repository" : " github:replicate/replicate-js" ,
6+ "homepage" : " https://github.com/replicate/replicate-js#readme" ,
7+ "bugs" : " https://github.com/replicate/replicate-js/issues" ,
8+ "license" : " Apache-2.0" ,
59 "main" : " index.js" ,
610 "type" : " module" ,
711 "scripts" : {
812 "test" : " node index.js && NODE_OPTIONS=--experimental-vm-modules jest"
913 },
10- "repository" : {
11- "type" : " git" ,
12- "url" : " git+https://github.com/replicate/replicate-js.git"
13- },
14- "author" : " " ,
15- "license" : " Apache-2.0" ,
16- "bugs" : {
17- "url" : " https://github.com/replicate/replicate-js/issues"
18- },
19- "homepage" : " https://github.com/replicate/replicate-js#readme" ,
2014 "dependencies" : {
2115 "node-fetch" : " ^3.3.0"
2216 },
You can’t perform that action at this time.
0 commit comments