UNPKG

secret-polar-reworks

Version:

Polar is a development environment to compile, deploy, test, run scrt contracts on different networks.

107 lines (106 loc) 2.55 kB
{ "name": "secret-polar-reworks", "version": "0.1.8", "main": "dist/src/index.js", "repository": "git@github.com:Sotatek-TruongNguyen2/secret-polar-rework.git", "description": "Polar is a development environment to compile, deploy, test, run scrt contracts on different networks.", "authors": [ { "name": "Coco sha", "url": "https://github.com/coco-sha" }, { "name": "Udit Gulati", "url": "https://github.com/udit-gulati" } ], "private": false, "keywords": [ "cosmwasm", "secret-network", "dev-tooling", "blockchain", "rust", "testing-framework", "smart-contracts", "typescript" ], "license": "MIT", "scripts": { "build": "tsc --build .", "lint": "eslint --ext .ts src", "lint:fix": "eslint --fix --ext .ts src", "lint:unix": "eslint --format unix --ext .ts src", "build:watch": "tsc -w -p .", "test": "mocha", "prepublish": "yarn build", "publish": "yarn publish --access public" }, "types": "dist/src/index.d.ts", "bin": { "polar": "dist/src/internal/cli/cli.js" }, "engines": { "node": ">=14.11.0" }, "devDependencies": { "@types/express": "^4.17.12", "@types/node": "^15.12.2", "@types/semver": "^7.3.6", "@typescript-eslint/eslint-plugin": "^4.26.1", "@typescript-eslint/parser": "^4.26.1", "eslint": "^7.28.0", "nodemon": "^2.0.7", "ts-node": "^10.0.0", "typescript": "^4.3.2" }, "dependencies": { "@types/chai": "^4.2.19", "@types/debug": "^4.1.5", "@types/fs-extra": "^9.0.11", "@types/glob": "^7.1.3", "@types/mocha": "^9.0.0", "@types/node-fetch": "^2.5.10", "@types/tmp": "^0.2.2", "chai": "^4.3.4", "chalk": "^4.1.2", "debug": "^4.3.1", "deepmerge": "^4.2.2", "download-git-repo": "^3.0.2", "enquirer": "^2.3.6", "env-paths": "^2.2.1", "find-up": "^5.0.0", "fs-extra": "^10.0.0", "glob": "^7.1.7", "gunzip-file": "^0.1.1", "mocha": "^9.1.3", "node-fetch": "^2.6.7", "parse-cosmwasm-schema": "^0.2.0", "repl": "^0.1.3", "secretjs": "0.17.5", "semver": "^7.3.5", "source-map-support": "^0.5.19", "tmp": "^0.2.1", "vm": "^0.1.0", "wasm-opt": "^1.2.1", "yaml": "^1.10.2", "zlib": "^1.0.5", "zod": "^1.10.2" }, "nyc": { "extension": [ ".ts" ], "exclude": [ "dist", "test", "coverage", ".nyc_output" ], "reporter": [ "text", "lcovonly" ], "all": true } }