Changeset View
Changeset View
Standalone View
Standalone View
modules/chronik-client/package.json
{ | { | ||||
"name": "chronik-client", | "name": "chronik-client", | ||||
"version": "1.0.0", | "version": "1.1.0", | ||||
"description": "A client for accessing the Chronik Indexer API", | "description": "A client for accessing the Chronik Indexer API", | ||||
"main": "dist/index.js", | "main": "dist/index.js", | ||||
"types": "dist/index.d.ts", | "types": "dist/index.d.ts", | ||||
"author": "Tobias Ruck", | "author": "Tobias Ruck", | ||||
"license": "MIT", | "license": "MIT", | ||||
"scripts": { | "scripts": { | ||||
"build-proto": "protoc --plugin=./node_modules/.bin/protoc-gen-ts_proto --ts_proto_out=proto/ ../../chronik/chronik-proto/proto/chronik.proto -I=../../chronik/chronik-proto/proto/ --ts_proto_opt=esModuleInterop=true --ts_proto_opt=forceLong=string", | "build-proto": "protoc --plugin=./node_modules/.bin/protoc-gen-ts_proto --ts_proto_out=proto/ ../../chronik/chronik-proto/proto/chronik.proto -I=../../chronik/chronik-proto/proto/ --ts_proto_opt=esModuleInterop=true --ts_proto_opt=forceLong=string", | ||||
"build": "tsc", | "build": "tsc", | ||||
Show All 38 Lines |