代码拉取完成,页面将自动刷新
{
"name": "@opensea/stream-js",
"version": "0.1.3",
"description": "A TypeScript SDK to receive pushed updates from OpenSea over websocket",
"license": "MIT",
"author": "OpenSea Developers",
"homepage": "https://docs.opensea.io/reference/stream-api-overview",
"repository": "https://github.com/ProjectOpenSea/stream-js",
"bugs": {
"url": "https://github.com/ProjectOpenSea/stream-js/issues"
},
"type": "module",
"exports": {
"require": "./dist/index.cjs",
"default": "./dist/index.modern.js",
"types": "./dist/index.d.ts"
},
"main": "./dist/index.cjs",
"module": "./dist/index.module.js",
"files": [
"dist",
"src"
],
"scripts": {
"build": "microbundle",
"check-types": "tsc --noEmit",
"coverage": "npm run test -- --coverage --collectCoverageFrom='./src/**'",
"dev": "microbundle watch",
"eslint": "eslint . --max-warnings 0 --ext .js,.ts --fix",
"lint:check": "concurrently \"npm run check-types\" \"npm run eslint\" \"npm run prettier:check\" \"npm run prettier:check:package.json\"",
"prepare": "husky install",
"prettier:check": "prettier --check .",
"prettier:check:package.json": "prettier-package-json --list-different",
"prettier:fix": "prettier --write . && prettier-package-json --write package.json",
"test": "jest"
},
"sideEffects": false,
"types": "./dist/index.d.ts",
"dependencies": {
"phoenix": "^1.6.15"
},
"devDependencies": {
"@types/jest": "^29.5.0",
"@types/phoenix": "^1.5.6",
"@types/ws": "^8.5.4",
"@typescript-eslint/eslint-plugin": "^5.59.6",
"@typescript-eslint/parser": "^5.59.6",
"concurrently": "^8.0.1",
"eslint": "^8.41.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.0.1",
"husky": "^8.0.3",
"jest": "^29.5.0",
"jest-environment-jsdom": "^29.5.0",
"jest-websocket-mock": "^2.4.0",
"lint-staged": "^15.0.0",
"microbundle": "^0.15.1",
"prettier": "^3.1.1",
"prettier-package-json": "^2.6.4",
"ts-jest": "^29.1.0",
"ts-node": "^10.9.1",
"typescript": "^5.0.4"
},
"keywords": [
"collectibles",
"crypto",
"ethereum",
"javascript",
"marketplace",
"nft",
"node",
"non-fungible-tokens",
"opensea",
"project-opensea",
"sdk",
"smart-contracts",
"typescript",
"websocket"
],
"engines": {
"node": ">=16.11.0"
},
"lint-staged": {
"package.json": [
"prettier-package-json --write"
],
"**/*.{ts,tsx,js,jsx,html,md,mdx,yml,json}": [
"prettier --write"
],
"**/*.{ts,tsx,js,jsx}": [
"eslint --cache --fix"
]
},
"source": "src/index.ts",
"unpkg": "./dist/index.umd.js"
}
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。