mirror of
https://github.com/Instadapp/boardroom-inc-protocol-Info.git
synced 2024-07-29 22:37:02 +00:00
39 lines
1.1 KiB
JSON
39 lines
1.1 KiB
JSON
{
|
|
"name": "@boardroom/protocol-info",
|
|
"version": "2.3.1",
|
|
"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",
|
|
"protocols/**/*"
|
|
],
|
|
"repository": "https://github.com/boardroom-inc/protocol-Info.git",
|
|
"author": "sudheer <sudheer.105@gmail.com>",
|
|
"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",
|
|
"prettier": "^2.2.1",
|
|
"ts-node": "^9.1.1",
|
|
"tslib": "^2.1.0",
|
|
"typescript": "^4.1.3"
|
|
},
|
|
"scripts": {
|
|
"bulkAdd": "ts-node ./scripts/bulk_add.ts",
|
|
"build": "ts-node ./scripts/build.ts && tsc -d",
|
|
"prepare": "yarn build",
|
|
"aggregateEvents": "ts-node ./scripts/aggregate_events.ts",
|
|
"validate": "yarn build && ts-node ./scripts/validate.ts"
|
|
},
|
|
"dependencies": {
|
|
"axios": "^0.21.1",
|
|
"dotenv": "^8.2.0"
|
|
}
|
|
}
|