boardroom-inc-protocol-Info/package.json

26 lines
759 B
JSON
Raw Normal View History

2021-01-11 12:44:42 +00:00
{
"name": "@boardroom/protocol-info",
2021-04-14 16:21:55 +00:00
"version": "2.1.1",
"description": "Project information which will be served to display on the Boardroom Governance Portal.",
"main": "dist/index.ts",
"repository": "https://github.com/boardroom-inc/protocol-Info.git",
2021-01-11 12:44:42 +00:00
"author": "sudheer <sudheer.105@gmail.com>",
2021-02-04 20:00:09 +00:00
"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",
2021-02-04 20:00:09 +00:00
"tslib": "^2.1.0",
"typescript": "^4.1.3"
},
"scripts": {
"build": "ts-node ./scripts/build.ts",
2021-04-15 14:03:08 +00:00
"prepare": "yarn build",
"validate": "yarn build && ts-node ./scripts/validate.ts"
2021-02-04 20:00:09 +00:00
}
2021-01-11 12:44:42 +00:00
}