1 Star 11 Fork 0

ProjectOpenSea/stream-js

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

搜索帮助