first commit
This commit is contained in:
commit
c6f462ca45
8 changed files with 1611 additions and 0 deletions
24
package.json
Normal file
24
package.json
Normal 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"
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue