mirror of
https://github.com/cosmos/cosmjs.git
synced 2025-03-10 21:49:15 +00:00
stream: Update package.json
This commit is contained in:
parent
2b02c02a94
commit
7c6a76ce39
@ -1,8 +1,12 @@
|
||||
{
|
||||
"name": "@iov/stream",
|
||||
"version": "2.3.2",
|
||||
"description": "Utility functions for producing and consuming Streams",
|
||||
"author": "IOV SAS <admin@iov.one>",
|
||||
"name": "@cosmjs/stream",
|
||||
"version": "0.20.0",
|
||||
"description": "Utility functions for producing and consuming streams",
|
||||
"contributors": [
|
||||
"IOV SAS <admin@iov.one>",
|
||||
"Confio UO <hello@confio.tech>",
|
||||
"Will Clark <willclarktech@users.noreply.github.com>"
|
||||
],
|
||||
"license": "Apache-2.0",
|
||||
"main": "build/index.js",
|
||||
"types": "types/index.d.ts",
|
||||
@ -15,14 +19,15 @@
|
||||
],
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/iov-one/iov-core/tree/master/packages/iov-stream"
|
||||
"url": "https://github.com/CosmWasm/cosmjs/tree/master/packages/stream"
|
||||
},
|
||||
"publishConfig": {
|
||||
"access": "public"
|
||||
},
|
||||
"scripts": {
|
||||
"docs": "shx rm -rf docs && typedoc --options typedoc.js",
|
||||
"lint": "eslint --max-warnings 0 \"**/*.{js,ts}\" && tslint -t verbose --project .",
|
||||
"lint": "eslint --max-warnings 0 \"**/*.{js,ts}\"",
|
||||
"lint-fix": "eslint --max-warnings 0 \"**/*.{js,ts}\" --fix",
|
||||
"format": "prettier --write --loglevel warn \"./src/**/*.ts\"",
|
||||
"format-text": "prettier --write --prose-wrap always --print-width 80 \"./*.md\"",
|
||||
"test-node": "node jasmine-testrunner.js",
|
||||
|
Loading…
x
Reference in New Issue
Block a user