Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
anhnd350309 committed Feb 11, 2025
1 parent 190f550 commit a197e8b
Showing 1 changed file with 81 additions and 81 deletions.
162 changes: 81 additions & 81 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,83 +1,83 @@
{
"name": "ts-drp",
"description": "The official TypeScript implementation of DRP protocol",
"version": "0.7.0",
"license": "MIT",
"homepage": "https://topology.gg/",
"repository": {
"type": "git",
"url": "git+https://github.com/topology-foundation/ts-drp.git"
},
"bugs": {
"url": "https://github.com/topology-foundation/ts-drp/issues"
},
"workspaces": [
"packages/*",
"examples/*"
],
"type": "module",
"scripts": {
"bench": "vitest bench",
"build": "pnpm build:packages && pnpm build:examples",
"build:examples": "pnpm --filter 'ts-drp-example*' build",
"build:packages": "pnpm --filter '@ts-drp/*' build",
"clean": "pnpm --filter '@ts-drp/*' clean && rm -r node_modules/ docs/",
"cli": "tsx ./packages/node/src/run.ts",
"coverage": "pnpm tsx scripts/coverage.ts",
"docs": "typedoc",
"e2e-test": "pnpm exec playwright test --fail-on-flaky-tests",
"flamegraph": "pnpm tsx packages/object/tests/hashgraph.flamegraph.ts",
"lint": "eslint .",
"lint:fix": "eslint . --fix",
"postinstall": "pnpm build:packages",
"proto-gen": "pnpm proto-gen:object && pnpm proto-gen:network",
"proto-gen:network": "buf generate packages/network/src/proto -o packages/network/src/proto",
"proto-gen:object": "buf generate packages/object/src/proto -o packages/object/src/proto",
"release": "release-it",
"test": "vitest",
"watch": "pnpm --parallel --filter '@ts-drp/*' watch"
},
"devDependencies": {
"@playwright/test": "^1.49.1",
"@release-it-plugins/workspaces": "^4.2.0",
"@types/node": "^22.5.4",
"@typescript-eslint/parser": "^8.21.0",
"@vitest/coverage-v8": "3.0.5",
"assemblyscript": "^0.27.29",
"eslint": "^9.19.0",
"eslint-config-prettier": "^10.0.1",
"eslint-plugin-import": "^2.31.0",
"eslint-plugin-prettier": "^5.2.3",
"eslint-plugin-unused-imports": "^4.1.4",
"eslint-plugin-vitest": "^0.5.4",
"globals": "^15.14.0",
"release-it": "^17.6.0",
"ts-node": "^10.9.2",
"ts-proto": "^2.2.4",
"tsx": "4.19.1",
"typedoc": "^0.26.6",
"typescript": "^5.5.4",
"typescript-eslint": "^8.21.0",
"vite": "^6.0.9",
"vite-tsconfig-paths": "^5.0.1",
"vitest": "^3.0.5"
},
"private": true,
"release-it": {
"hooks": {
"after:bump": "pnpm lint --fix"
},
"plugins": {
"@release-it-plugins/workspaces": {
"publish": false
}
},
"npm": false,
"git": {
"commitMessage": "chore: release v${version}"
},
"github": {
"release": true
}
}
"name": "ts-drp",
"description": "The official TypeScript implementation of DRP protocol",
"version": "0.7.0",
"license": "MIT",
"homepage": "https://topology.gg/",
"repository": {
"type": "git",
"url": "git+https://github.com/topology-foundation/ts-drp.git"
},
"bugs": {
"url": "https://github.com/topology-foundation/ts-drp/issues"
},
"workspaces": [
"packages/*",
"examples/*"
],
"type": "module",
"scripts": {
"bench": "vitest bench",
"build": "pnpm build:packages && pnpm build:examples",
"build:examples": "pnpm --filter 'ts-drp-example*' build",
"build:packages": "pnpm --filter '@ts-drp/*' build",
"clean": "pnpm --filter '@ts-drp/*' clean && rm -r node_modules/ docs/",
"cli": "tsx ./packages/node/src/run.ts",
"coverage": "pnpm tsx scripts/coverage.ts",
"docs": "typedoc",
"e2e-test": "pnpm exec playwright test --fail-on-flaky-tests",
"flamegraph": "pnpm tsx packages/object/tests/hashgraph.flamegraph.ts",
"lint": "eslint .",
"lint:fix": "eslint . --fix",
"postinstall": "pnpm build:packages",
"proto-gen": "pnpm proto-gen:object && pnpm proto-gen:network",
"proto-gen:network": "buf generate packages/network/src/proto -o packages/network/src/proto",
"proto-gen:object": "buf generate packages/object/src/proto -o packages/object/src/proto",
"release": "release-it",
"test": "vitest",
"watch": "pnpm --parallel --filter '@ts-drp/*' watch"
},
"devDependencies": {
"@playwright/test": "^1.49.1",
"@release-it-plugins/workspaces": "^4.2.0",
"@types/node": "^22.5.4",
"@typescript-eslint/parser": "^8.21.0",
"@vitest/coverage-v8": "3.0.5",
"assemblyscript": "^0.27.29",
"eslint": "^9.19.0",
"eslint-config-prettier": "^10.0.1",
"eslint-plugin-import": "^2.31.0",
"eslint-plugin-prettier": "^5.2.3",
"eslint-plugin-unused-imports": "^4.1.4",
"eslint-plugin-vitest": "^0.5.4",
"globals": "^15.14.0",
"release-it": "^17.6.0",
"ts-node": "^10.9.2",
"ts-proto": "^2.2.4",
"tsx": "4.19.1",
"typedoc": "^0.26.6",
"typescript": "^5.5.4",
"typescript-eslint": "^8.21.0",
"vite": "^6.0.9",
"vite-tsconfig-paths": "^5.0.1",
"vitest": "^3.0.5"
},
"private": true,
"release-it": {
"hooks": {
"after:bump": "pnpm lint --fix"
},
"plugins": {
"@release-it-plugins/workspaces": {
"publish": false
}
},
"npm": false,
"git": {
"commitMessage": "chore: release v${version}"
},
"github": {
"release": true
}
}
}

0 comments on commit a197e8b

Please sign in to comment.