UNPKG

@mimicry/kaleidoscope

Version:

Kaleidoscope is an NPM package that conveniently aggregates responses from multiple NFT data providers.

92 lines (91 loc) 1.95 kB
{ "version": "0.3.8", "license": "GPL-3.0-or-later", "main": "dist/index.js", "typings": "dist/index.d.ts", "files": [ "dist", "src" ], "engines": { "node": ">=14" }, "scripts": { "start": "tsdx watch", "build": "tsdx build", "test": "tsdx test --no-cache", "analyize": "tsdx lint --fix && tsdx test --no-cache && size-limit", "lint": "tsdx lint", "lint:fix": "tsdx lint --fix", "prepare": "tsdx build", "size": "size-limit", "analyze": "size-limit --why" }, "peerDependencies": {}, "husky": { "hooks": { "pre-commit": "tsdx lint" } }, "prettier": { "printWidth": 80, "semi": true, "singleQuote": true, "trailingComma": "es5" }, "name": "@mimicry/kaleidoscope", "author": "Aslan Goldenhour", "description": "Kaleidoscope is an NPM package that conveniently aggregates responses from multiple NFT data providers.", "repository": "https://github.com/Mimicry-Protocol/kaleidoscope", "keywords": [ "mimicry", "kaleidoscope", "nft", "nfts", "floor", "floor price", "dia", "reservoir", "nftgo", "coingecko", "center", "nefertiti", "gallop", "nftbank", "zash", "hellomoon" ], "module": "dist/kaleidoscope.esm.js", "size-limit": [ { "path": "dist/kaleidoscope.cjs.production.min.js", "limit": "200 KB" }, { "path": "dist/kaleidoscope.esm.js", "limit": "200 KB" } ], "devDependencies": { "@size-limit/preset-small-lib": "^8.2.6", "husky": "^8.0.3", "size-limit": "^8.2.6", "tsdx": "^0.14.1", "tslib": "^2.5.3", "typescript": "5.1.3" }, "dependencies": { "candlestick-convert": "^6.0.0", "decimal.js": "^10.4.3", "got": "11.8.6" }, "jest": { "globals": { "__DEV__": true } }, "publishConfig": { "registry": "https://registry.npmjs.org", "access": "public" } }