代码拉取完成,页面将自动刷新
{
"name": "@opensea/seaport-js",
"version": "4.0.4",
"description": "[Seaport](https://github.com/ProjectOpenSea/seaport) is a new marketplace protocol for safely and efficiently buying and selling NFTs. This is a TypeScript library intended to make interfacing with the contract reasonable and easy.",
"license": "MIT",
"author": "OpenSea Developers",
"homepage": "https://github.com/ProjectOpenSea/seaport-js#readme",
"repository": {
"type": "git",
"url": "git+https://github.com/ProjectOpenSea/seaport-js.git"
},
"bugs": {
"url": "https://github.com/ProjectOpenSea/seaport-js/issues"
},
"main": "lib/index.js",
"files": [
"lib",
"src"
],
"scripts": {
"build": "hardhat compile && tsc -p tsconfig.build.json",
"check-types": "tsc --noEmit",
"check-types:incremental": "npm run check-types --incremental",
"coverage": "c8 npm run test",
"eslint:check": "eslint . --max-warnings 0 --ext .js,.jsx,.ts,.tsx",
"postinstall": "husky install || exit 0",
"lint": "concurrently \"npm run check-types\" \"npm run eslint:check\" \"npm run prettier:check\" \"npm run prettier:check:package.json\"",
"prepare": "npm run build",
"prettier:check": "prettier --check .",
"prettier:check:package.json": "prettier-package-json --list-different",
"prettier:fix": "prettier --write . && prettier-package-json --write package.json",
"test": "hardhat test"
},
"types": "lib/index.d.ts",
"dependencies": {
"ethers": "^6.9.0",
"merkletreejs": "^0.5.0"
},
"devDependencies": {
"@nomicfoundation/hardhat-toolbox": "^5.0.0",
"@rari-capital/solmate": "^6.4.0",
"@typechain/ethers-v6": "^0.5.1",
"@typechain/hardhat": "^9.1.0",
"@types/chai": "^4.3.5",
"@types/chai-as-promised": "^7.1.5",
"@types/mocha": "^10.0.1",
"@types/node": "^20.0.0",
"@types/sinon": "^17.0.2",
"@typescript-eslint/eslint-plugin": "^7.0.0",
"@typescript-eslint/parser": "^7.0.0",
"c8": "^10.0.0",
"chai": "^4.3.7",
"chai-as-promised": "^7.1.1",
"concurrently": "^8.0.1",
"dotenv": "^16.0.3",
"eslint": "^8.41.0",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-prettier": "^5.0.1",
"eslint-plugin-promise": "^6.1.1",
"hardhat": "^2.22.2",
"husky": "^9.0.0",
"lint-staged": "^15.2.0",
"prettier": "^3.0.0",
"prettier-package-json": "^2.8.0",
"prettier-plugin-solidity": "^1.1.3",
"seaport": "ProjectOpenSea/seaport#082eab8",
"sinon": "^18.0.0",
"sinon-chai": "^3.7.0",
"ts-node": "^10.9.1",
"typechain": "^8.2.0",
"typescript": "^5.0.4"
},
"engines": {
"node": ">=20.0.0"
},
"lint-staged": {
"package.json": [
"prettier-package-json --write",
"git add"
],
"**/*.{ts,tsx,js,jsx,html,md,mdx,yml,json}": [
"prettier --write"
]
}
}
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。