We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3face1c commit 0b181b6Copy full SHA for 0b181b6
package.json
@@ -3,7 +3,17 @@
3
"version": "1.0.0",
4
"license": "MIT",
5
"author": "OpenSea Developers",
6
+ "repository": {
7
+ "type": "git",
8
+ "url": "git+https://github.com/ProjectOpenSea/seaport-js.git"
9
+ },
10
+ "bugs": {
11
+ "url": "https://github.com/ProjectOpenSea/seaport-js/issues"
12
13
"main": "lib/index.js",
14
+ "files": [
15
+ "lib"
16
+ ],
17
"scripts": {
18
"build": "hardhat compile && tsc -p tsconfig.build.json",
19
"check-types": "tsc --noEmit -p src/__tests__/tsconfig.json",
0 commit comments