2021-01-11 12:44:42 +00:00
|
|
|
{
|
2021-04-13 17:47:41 +00:00
|
|
|
"name": "@boardroom/protocol-info",
|
2021-06-16 16:17:08 +00:00
|
|
|
"version": "2.3.3",
|
2021-04-13 17:47:41 +00:00
|
|
|
"description": "Project information which will be served to display on the Boardroom Governance Portal.",
|
2021-04-16 23:09:56 +00:00
|
|
|
"main": "dist/index.js",
|
|
|
|
"typings": "dist/index.d.ts",
|
2021-04-16 23:21:00 +00:00
|
|
|
"files": [
|
2021-04-16 23:20:36 +00:00
|
|
|
"dist/index.js",
|
2021-04-17 07:07:35 +00:00
|
|
|
"dist/index.d.ts",
|
|
|
|
"protocols/**/*"
|
2021-04-16 23:20:36 +00:00
|
|
|
],
|
2021-04-13 17:47:41 +00:00
|
|
|
"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": {
|
2021-04-13 17:47:41 +00:00
|
|
|
"@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",
|
2021-04-22 18:25:49 +00:00
|
|
|
"prettier": "^2.2.1",
|
2021-04-13 17:47:41 +00:00
|
|
|
"ts-node": "^9.1.1",
|
2021-02-04 20:00:09 +00:00
|
|
|
"tslib": "^2.1.0",
|
|
|
|
"typescript": "^4.1.3"
|
|
|
|
},
|
|
|
|
"scripts": {
|
2021-04-22 18:48:54 +00:00
|
|
|
"bulkAdd": "ts-node ./scripts/bulk_add.ts",
|
2021-04-16 23:09:56 +00:00
|
|
|
"build": "ts-node ./scripts/build.ts && tsc -d",
|
2021-04-15 14:03:08 +00:00
|
|
|
"prepare": "yarn build",
|
2021-06-04 03:46:48 +00:00
|
|
|
"aggregateEvents": "ts-node ./scripts/aggregate_events.ts",
|
2021-04-13 17:47:41 +00:00
|
|
|
"validate": "yarn build && ts-node ./scripts/validate.ts"
|
2021-04-22 18:48:54 +00:00
|
|
|
},
|
|
|
|
"dependencies": {
|
2021-04-26 19:53:08 +00:00
|
|
|
"axios": "^0.21.1",
|
|
|
|
"dotenv": "^8.2.0"
|
2021-02-04 20:00:09 +00:00
|
|
|
}
|
2021-01-11 12:44:42 +00:00
|
|
|
}
|