Initial commit
This commit is contained in:
20
package.json
Normal file
20
package.json
Normal file
@@ -0,0 +1,20 @@
|
||||
{
|
||||
"name": "ipc-client",
|
||||
"version": "0.0.1",
|
||||
"module": "src/index.ts",
|
||||
"type": "module",
|
||||
"private": true,
|
||||
"scripts": {
|
||||
"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"
|
||||
},
|
||||
"dependencies": {
|
||||
"node-ipc": "npm:@achrinza/node-ipc@^10.1.11"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user