Add a package.json
Signed-off-by: Nikolai Rodionov <allanger@badhouseplants.net>
This commit is contained in:
12
package.json
Normal file
12
package.json
Normal 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"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user