24 lines
652 B
JSON
24 lines
652 B
JSON
|
{
|
||
|
"name": "pianoverse",
|
||
|
"module": "index.ts",
|
||
|
"type": "module",
|
||
|
"license": "GPL-3.0-only",
|
||
|
"homepage": "https://git.sad.ovh/sophie/pianoverse",
|
||
|
"bugs": "https://git.sad.ovh/sophie/pianoverse/issues",
|
||
|
"author": "Sophie",
|
||
|
"scripts": {
|
||
|
"build-proto": "protoc -I . --plugin ./node_modules/.bin/protoc-gen-es --es_out . --es_opt target=ts pianoverse.proto"
|
||
|
},
|
||
|
"devDependencies": {
|
||
|
"@types/bun": "latest"
|
||
|
},
|
||
|
"peerDependencies": {
|
||
|
"typescript": "^5.0.0"
|
||
|
},
|
||
|
"dependencies": {
|
||
|
"@bufbuild/protoc-gen-es": "^1.10.0",
|
||
|
"@types/user-agents": "^1.0.4",
|
||
|
"typed-emitter": "^2.1.0",
|
||
|
"user-agents": "^1.1.267"
|
||
|
}
|
||
|
}
|