|
1 | 1 | { |
2 | 2 | "name": "opensea-js", |
3 | | - "version": "6.0.5", |
| 3 | + "version": "6.0.6", |
4 | 4 | "description": "JavaScript SDK for the OpenSea marketplace helps developers build new experiences using NFTs and our marketplace data!", |
5 | 5 | "license": "MIT", |
6 | 6 | "author": "OpenSea Developers", |
|
18 | 18 | "src" |
19 | 19 | ], |
20 | 20 | "scripts": { |
21 | | - "postinstall": "husky install || exit 0", |
22 | | - "prepare": "npm run build", |
| 21 | + "abi-type-gen": "typechain --target=ethers-v5 src/abi/*.json --out-dir=src/typechain/contracts", |
23 | 22 | "build": "npm run abi-type-gen && tsc -p tsconfig.build.json && npm run bundle", |
24 | 23 | "bundle": "browserify lib/index.js -o lib/bundle.js", |
25 | | - "abi-type-gen": "typechain --target=ethers-v5 src/abi/*.json --out-dir=src/typechain/contracts", |
26 | 24 | "check-types": "tsc --noEmit --project tsconfig.json", |
27 | 25 | "coverage-report": "nyc report --reporter=lcov", |
28 | 26 | "docs-build": "typedoc --out docs src/index.ts", |
29 | | - "lint": "concurrently \"npm run check-types\" \"npm run prettier:check\" \"npm run eslint:check\"", |
30 | 27 | "eslint:check": "eslint . --max-warnings 0 --ext .js,.ts", |
31 | 28 | "eslint:fix": "npm run eslint:check -- --fix", |
| 29 | + "postinstall": "husky install || exit 0", |
| 30 | + "lint": "concurrently \"npm run check-types\" \"npm run prettier:check\" \"npm run eslint:check\"", |
| 31 | + "prepare": "npm run build", |
32 | 32 | "prettier:check": "prettier --check .", |
33 | 33 | "prettier:check:package.json": "prettier-package-json --list-different", |
34 | 34 | "prettier:fix": "prettier --write .", |
|
0 commit comments