Files
softplayer-js-proto/package.json

21 lines
376 B
JSON

{
"name": "@softplayer/softplayer-js-proto",
"version": "1.0.0",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"files": [
"src"
],
"scripts": {
"prepare": "tsc"
},
"dependencies": {
"@bufbuild/protobuf": "^2.12.0",
"google-protobuf": "^3.21.0"
},
"devDependencies": {
"@types/node": "^25.6.0",
"typescript": "^6.0.3"
}
}