Skip to content

Commit 9309043

Browse files
committed
Clean up package.json
1 parent 68d831c commit 9309043

File tree

1 file changed

+5
-11
lines changed

1 file changed

+5
-11
lines changed

package.json

Lines changed: 5 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,16 @@
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
},

0 commit comments

Comments
 (0)