first commit

This commit is contained in:
Soph :3 2024-07-16 23:54:30 +03:00
commit c6f462ca45
Signed by: sophie
GPG key ID: EDA5D222A0C270F2
8 changed files with 1611 additions and 0 deletions

24
package.json Normal file
View file

@ -0,0 +1,24 @@
{
"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"
}
}