Skip to content

Commit

Permalink
fix package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
anhnd350309 committed Feb 19, 2025
1 parent 7e0b1da commit cc55f89
Showing 1 changed file with 57 additions and 57 deletions.
114 changes: 57 additions & 57 deletions packages/node/package.json
Original file line number Diff line number Diff line change
@@ -1,59 +1,59 @@
{
"name": "@ts-drp/node",
"version": "0.7.0",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/topology-foundation/ts-drp.git"
},
"type": "module",
"types": "./dist/src/index.d.ts",
"files": [
"src",
"dist",
"!dist/test",
"!**/*.tsbuildinfo"
],
"exports": {
".": {
"types": "./dist/src/index.d.ts",
"import": "./dist/src/index.js"
}
},
"scripts": {
"build": "tsc -b",
"clean": "rm -rf dist/ node_modules/",
"cli": "tsx ./src/run.ts",
"prebuild": "node -p \"'export const VERSION = ' + JSON.stringify(require('./package.json').version) + ';'\" > src/version.ts",
"prepack": "tsc -b",
"test": "vitest",
"watch": "tsc -b -w"
},
"devDependencies": {
"@bufbuild/protobuf": "^2.0.0",
"@types/node": "^22.5.4",
"race-event": "^1.3.0",
"tsx": "4.19.1",
"typescript": "^5.5.4",
"vitest": "^3.0.5"
},
"dependencies": {
"@chainsafe/bls": "^8.1.0",
"@chainsafe/bls-keygen": "^0.4.0",
"@chainsafe/libp2p-gossipsub": "^14.1.0",
"@grpc/grpc-js": "^1.12.2",
"@grpc/proto-loader": "^0.7.13",
"@grpc/reflection": "^1.0.4",
"@libp2p/crypto": "^5.0.5",
"@libp2p/interface": "^2.1.3",
"@ts-drp/blueprints": "0.7.0",
"@ts-drp/logger": "0.7.0",
"@ts-drp/network": "0.7.0",
"@ts-drp/object": "0.7.0",
"@ts-drp/tracer": "workspace:^",
"@ts-drp/types": "0.7.0",
"commander": "^13.0.0",
"dotenv": "^16.4.5",
"uint8arrays": "^5.1.0"
}
"name": "@ts-drp/node",
"version": "0.7.0",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/topology-foundation/ts-drp.git"
},
"type": "module",
"types": "./dist/src/index.d.ts",
"files": [
"src",
"dist",
"!dist/test",
"!**/*.tsbuildinfo"
],
"exports": {
".": {
"types": "./dist/src/index.d.ts",
"import": "./dist/src/index.js"
}
},
"scripts": {
"build": "tsc -b",
"clean": "rm -rf dist/ node_modules/",
"cli": "tsx ./src/run.ts",
"prebuild": "node -p \"'export const VERSION = ' + JSON.stringify(require('./package.json').version) + ';'\" > src/version.ts",
"prepack": "tsc -b",
"test": "vitest",
"watch": "tsc -b -w"
},
"devDependencies": {
"@bufbuild/protobuf": "^2.0.0",
"@types/node": "^22.5.4",
"race-event": "^1.3.0",
"tsx": "4.19.1",
"typescript": "^5.5.4",
"vitest": "^3.0.5"
},
"dependencies": {
"@chainsafe/bls": "^8.1.0",
"@chainsafe/bls-keygen": "^0.4.0",
"@chainsafe/libp2p-gossipsub": "^14.1.0",
"@grpc/grpc-js": "^1.12.2",
"@grpc/proto-loader": "^0.7.13",
"@grpc/reflection": "^1.0.4",
"@libp2p/crypto": "^5.0.5",
"@libp2p/interface": "^2.1.3",
"@ts-drp/blueprints": "0.7.0",
"@ts-drp/logger": "0.7.0",
"@ts-drp/network": "0.7.0",
"@ts-drp/object": "0.7.0",
"@ts-drp/tracer": "workspace:^",
"@ts-drp/types": "0.7.0",
"commander": "^13.0.0",
"dotenv": "^16.4.5",
"uint8arrays": "^5.1.0"
}
}

0 comments on commit cc55f89

Please sign in to comment.