boardroom-inc-protocol-Info/package.json

38 lines
1.0 KiB
JSON
Raw Normal View History

2021-01-11 12:44:42 +00:00
{
"name": "@boardroom/protocol-info",
2021-05-28 16:49:43 +00:00
"version": "2.2.17",
"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",
"dist/index.d.ts",
"protocols/**/*"
2021-04-16 23:20:36 +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": {
"@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",
"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",
"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
}