@open-oracle-origami/origami-js-mill-coingecko
Version:
Open Oracle Origami Node JS CoinGecko Mill
140 lines (139 loc) • 3.78 kB
JSON
{
"name": "@open-oracle-origami/origami-js-mill-coingecko",
"version": "1.1.3",
"private": false,
"description": "Open Oracle Origami Node JS CoinGecko Mill",
"keywords": [
"open",
"oracle",
"origami",
"mill",
"coingecko",
"web3",
"decentralized",
"blockchain"
],
"homepage": "https://github.com/open-oracle-origami/origami-js-mill-coingecko#readme",
"bugs": {
"url": "https://github.com/open-oracle-origami/origami-js-mill-coingecko/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/open-oracle-origami/origami-js-mill-coingecko.git"
},
"license": "MIT",
"author": "",
"main": "./dist/cjs/index.js",
"module": "./dist/esm/index.js",
"types": "./dist/types/index.d.ts",
"files": [
"dist/"
],
"scripts": {
"build": "npm run build:cjs && npm run build:esm && npm run build:types",
"build:cjs": "rm -rf ./dist/cjs && tsc -p config/tsconfig.cjs.json",
"build:esm": "rm -rf ./dist/esm && tsc -p config/tsconfig.esm.json",
"build:types": "rm -rf ./dist/types && tsc -p config/tsconfig.types.json",
"cm": "cz",
"lint": "eslint jest.config.ts ./src/ ./test/ --fix",
"package": "npm run build && cp package.json dist/package.json && npm pack",
"prepare": "husky install",
"semantic-release": "semantic-release",
"test": "jest --coverage",
"test:watch": "jest --watch",
"typecheck": "tsc --noEmit"
},
"lint-staged": {
"*.ts": "eslint --cache --cache-location .eslintcache --fix"
},
"config": {
"commitizen": {
"path": "./node_modules/cz-conventional-changelog"
}
},
"release": {
"branches": [
"main",
{
"name": "alpha",
"channel": "alpha",
"prerelease": "alpha"
}
],
"plugins": [
[
"@semantic-release/commit-analyzer",
{
"preset": "conventionalcommits",
"releaseRules": [
{
"type": "build",
"scope": "deps",
"release": "patch"
}
]
}
],
[
"@semantic-release/release-notes-generator",
{
"preset": "conventionalcommits",
"presetConfig": {
"types": [
{
"type": "feat",
"section": "Features"
},
{
"type": "fix",
"section": "Bug Fixes"
},
{
"type": "build",
"section": "Dependencies and Other Build Updates",
"hidden": false
}
]
}
}
],
"@semantic-release/npm",
"@semantic-release/github"
]
},
"dependencies": {
"coingecko-api-v3": "^0.0.26"
},
"devDependencies": {
"@tsconfig/esm": "^1.0.4",
"@tsconfig/node18": "^18.2.0",
"@tsconfig/recommended": "^1.0.2",
"@types/jest": "^29.5.3",
"@types/node": "^20.4.2",
"@types/pubsub-js": "^1.8.3",
"@types/ws": "^8.5.5",
"@typescript-eslint/eslint-plugin": "^6.1.0",
"@typescript-eslint/parser": "^6.1.0",
"commitizen": "^4.3.0",
"conventional-changelog-conventionalcommits": "^6.1.0",
"cz-conventional-changelog": "^3.3.0",
"eslint": "^8.45.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-prettier": "^5.0.0",
"husky": "^8.0.3",
"jest": "^29.6.1",
"lint-staged": "^13.2.1",
"prettier": "^3.0.0",
"semantic-release": "^21.0.7",
"ts-jest": "^29.1.0",
"ts-node": "^10.2.1",
"typescript": "^5.0.4"
},
"peerDependencies": {
"@open-oracle-origami/origami-js-sdk": "^1.0.0-alpha.10"
},
"engines": {
"node": ">=18.16.1"
}
}