24 lines
508 B
JSON
24 lines
508 B
JSON
{
|
|
"name": "ipc-client",
|
|
"version": "0.0.4",
|
|
"module": "dist/index.js",
|
|
"type": "module",
|
|
"files": ["dist/**/*"],
|
|
"private": true,
|
|
"scripts": {
|
|
"build": "bunx tsc",
|
|
"lint": "bunx biome check --write src/"
|
|
},
|
|
"devDependencies": {
|
|
"@biomejs/biome": "2.1.3",
|
|
"@tsconfig/bun": "^1.0.8",
|
|
"@types/bun": "latest",
|
|
"@types/node-ipc": "^9.2.3",
|
|
"typescript": "^5.9.2"
|
|
},
|
|
"dependencies": {
|
|
"node-ipc": "npm:@achrinza/node-ipc@^10.1.11",
|
|
"tseep": "^1.3.1"
|
|
}
|
|
}
|