Files
mono/components/parser/package.json
T
coopops ed9b0879d5
Build bootstrap container / build (push) Successful in 2m42s
Release / release (push) Successful in 22m23s
Release / publish-packages (push) Successful in 14m53s
Release / trigger-coopenomics-docs (push) Successful in 2s
Release / trigger-mono-docs (push) Successful in 2s
chore(release): publish
2026-07-17 14:41:21 +00:00

92 lines
2.6 KiB
JSON

{
"name": "@coopenomics/parser",
"type": "module",
"version": "2026.7.17-3",
"private": true,
"packageManager": "pnpm@9.0.6",
"description": "Индексатор блокчейна через State History Plugin",
"author": "Alex Ant <dacom.dark.sun@gmail.com>",
"license": "MIT",
"homepage": "https://github.com/copenomics/cooparser#readme",
"repository": {
"type": "git",
"url": "git+https://github.com/copenomics/cooparser.git"
},
"bugs": "https://github.com/copenomics/cooparser/issues",
"keywords": [],
"sideEffects": false,
"exports": {
".": {
"types": "./dist/index.d.ts",
"import": "./dist/index.mjs",
"require": "./dist/index.cjs"
}
},
"main": "./dist/index.mjs",
"module": "./dist/index.mjs",
"types": "./dist/index.d.ts",
"typesVersions": {
"*": {
"*": [
"./dist/*",
"./dist/index.d.ts"
]
}
},
"files": [
"dist"
],
"scripts": {
"deploy-testnet": "git checkout testnet && git merge main && git push origin testnet && git checkout main",
"deploy-production": "git checkout production && git merge testnet && git push origin production && git checkout main",
"build": "unbuild",
"dev": "nodemon --watch src --ext ts,js,env --exec 'esno' src/index.ts",
"dev:test": "NODE_ENV=test nodemon --watch src --ext ts,js,env --exec 'esno' src/index.ts",
"lint": "eslint .",
"prepublishOnly": "nr build",
"release": "bumpp && npm publish",
"start": "node ./dist/index.cjs",
"test": "vitest run",
"typecheck": "tsc --noEmit",
"doc": "typedoc"
},
"dependencies": {
"@blockmatic/eosio-ship-reader": "^1.2.0",
"@types/express": "^4.17.21",
"@types/ws": "^8.5.13",
"cooptypes": "workspace:*",
"dotenv": "^16.4.5",
"dotenv-expand": "^11.0.6",
"eosjs": "^22.1.0",
"eosjs-api": "^7.0.4",
"express": "^4.19.2",
"express-async-errors": "^3.1.1",
"ioredis": "^5.4.1",
"mongodb": "^6.5.0",
"node-fetch": "^3.3.2",
"typedoc": "^0.25.13",
"typedoc-plugin-inline-sources": "^1.0.2",
"ws": "^8.18.0"
},
"devDependencies": {
"@antfu/eslint-config": "^2.16.0",
"@antfu/ni": "^0.21.12",
"@antfu/utils": "^0.7.7",
"@types/node": "^20.12.7",
"bumpp": "^9.4.0",
"concurrently": "^8.2.2",
"eslint": "^8.57.0",
"esno": "^4.7.0",
"nodemon": "^3.1.4",
"pnpm": "^8.15.7",
"rimraf": "^5.0.5",
"simple-git-hooks": "^2.11.1",
"ts-node": "^10.9.2",
"typescript": "^5.4.5",
"unbuild": "^2.0.0",
"vite": "^5.2.10",
"vitest": "^1.5.2"
},
"gitHead": "b05c17bee481d90c4cd82aa2a34ac428f8263a5f"
}