UNPKG

secret-polar

Version:

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

17 lines (16 loc) 319 B
{ "name": "sample-project", "version": "1.0.0", "main": "index.js", "license": "Apache-2.0", "scripts": { "build": "tsc --build .", "build:watch": "tsc -w -p ." }, "dependencies": { "@types/chai": "^4.3.0", "chai": "^4.3.4", "secret-polar": "^0.11.3", "typescript": "^4.3.2" } }