2 Star 11 Fork 0

ProjectOpenSea/seaport-js

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
package.json 2.84 KB
一键复制 编辑 原始数据 按行查看 历史
{
"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"
]
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/ProjectOpenSea/seaport-js.git
git@gitee.com:ProjectOpenSea/seaport-js.git
ProjectOpenSea
seaport-js
seaport-js
main

搜索帮助