Add a package.json

Signed-off-by: Nikolai Rodionov <allanger@badhouseplants.net>
This commit is contained in:
2026-04-21 21:43:50 +02:00
parent 0ae29a3a39
commit 0f56761213

12
package.json Normal file
View File

@@ -0,0 +1,12 @@
{
"name": "@softplayer/softplayer-js-proto",
"version": "1.0.0",
"main": "src/index.js",
"types": "src/index.d.ts",
"files": [
"src"
],
"dependencies": {
"google-protobuf": "^3.21.0"
}
}