{ "name": "@boardroom/protocol-info", "version": "2.1.3", "description": "Project information which will be served to display on the Boardroom Governance Portal.", "main": "dist/index.js", "typings": "dist/index.d.ts", "files": [ "dist/index.js", "dist/index.d.ts" ], "repository": "https://github.com/boardroom-inc/protocol-Info.git", "author": "sudheer ", "license": "MIT", "devDependencies": { "@types/mkdirp": "^1.0.1", "@types/node": "^14.14.37", "fp-ts": "^2.9.5", "io-ts": "^2.2.16", "io-ts-validator": "^0.0.5", "mkdirp": "^1.0.4", "ts-node": "^9.1.1", "tslib": "^2.1.0", "typescript": "^4.1.3" }, "scripts": { "build": "ts-node ./scripts/build.ts && tsc -d", "prepare": "yarn build", "validate": "yarn build && ts-node ./scripts/validate.ts" } }