mirror of
https://github.com/aleksilassila/reiverr.git
synced 2026-04-18 04:53:14 +02:00
23 lines
700 B
JSON
23 lines
700 B
JSON
{
|
|
"name": "@aleksilassila/reiverr-shared",
|
|
"version": "4.0.0",
|
|
"main": "dist/src/index",
|
|
"types": "./dist/src/index.d.ts",
|
|
"private": true,
|
|
"scripts": {
|
|
"build": "protoc --plugin=..\\node_modules\\.bin\\protoc-gen-ts_proto --ts_proto_out=.\\src --ts_proto_opt=outputEncodeMethods=false,outputJsonMethods=false,outputClientImpl=false --proto_path=. *.proto&& tsc",
|
|
"clean": "rm -rf dist"
|
|
},
|
|
"author": "",
|
|
"license": "ISC",
|
|
"devDependencies": {
|
|
"@protobuf-ts/protoc": "^2.11.1",
|
|
"ts-proto": "^2.11.1",
|
|
"typescript": "^5.2.2"
|
|
},
|
|
"description": "Shared types and utilities for Reiverr",
|
|
"publishConfig": {
|
|
"registry": "https://npm.pkg.github.com/"
|
|
}
|
|
}
|