{ "name": "cosmwasm-js-monorepo-root", "description": "Transaction codec and client to communicate with any wasmd blockchain", "private": true, "author": "Ethan Frey ", "license": "Apache-2.0", "main": "build/index.js", "types": "types/index.d.ts", "files": [ "build/", "types/", "*.md", "!*.spec.*", "!**/testdata/" ], "repository": { "type": "git", "url": "https://github.com/confio/cosmwasm-js" }, "publishConfig": { "access": "public" }, "workspaces": [ "packages/*" ], "scripts": { "format": "lerna run format", "format-text": "prettier --write --prose-wrap always --print-width 80 \"./*.md\" \"./docs/**/*.md\" \"./scripts/**/*.{json,md}\" && lerna run format-text", "lint": "lerna run lint", "lint-fix": "lerna run lint-fix", "test": "lerna run test", "build": "lerna run build", "docs": "lerna run docs" }, "devDependencies": { "@types/jasmine": "^3.3.7", "@typescript-eslint/eslint-plugin": "^2.19.2", "@typescript-eslint/parser": "^2.19.2", "eslint": "^6.8.0", "eslint-config-prettier": "^6.10.0", "eslint-plugin-import": "^2.20.1", "eslint-plugin-prettier": "^3.1.2", "eslint-plugin-simple-import-sort": "^5.0.1", "jasmine": "^3.3.1", "jasmine-spec-reporter": "^4.2.1", "karma": "^4.1.0", "karma-chrome-launcher": "^2.2.0", "karma-edge-launcher": "^0.4.2", "karma-firefox-launcher": "^1.1.0", "karma-jasmine": "^2", "karma-jasmine-html-reporter": "^1.4", "karma-safari-launcher": "^1.0.0", "lerna": "^3.20.2", "prettier": "^1.19.1", "shx": "^0.3.2", "source-map-support": "^0.5.6", "tslint": "^5.20.1", "tslint-config-prettier": "^1.18.0", "typescript": "~3.7", "webpack": "^4.12.0", "webpack-cli": "^3.3.8" } }