boardroom-inc-protocol-Info/package.json
2021-02-04 14:00:09 -06:00

18 lines
399 B
JSON

{
"name": "boardroomInfo",
"version": "1.0.0",
"description": "Testing",
"main": "index.ts",
"repository": "https://github.com/boardroom-inc/testRepo.git",
"author": "sudheer <sudheer.105@gmail.com>",
"license": "MIT",
"devDependencies": {
"@rollup/plugin-typescript": "^8.1.1",
"tslib": "^2.1.0",
"typescript": "^4.1.3"
},
"scripts": {
"build": "tsc -p ."
}
}