boardroom-inc-protocol-Info/package.json

18 lines
399 B
JSON
Raw Normal View History

2021-01-11 12:44:42 +00:00
{
"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>",
2021-02-04 20:00:09 +00:00
"license": "MIT",
"devDependencies": {
"@rollup/plugin-typescript": "^8.1.1",
"tslib": "^2.1.0",
"typescript": "^4.1.3"
},
"scripts": {
"build": "tsc -p ."
}
2021-01-11 12:44:42 +00:00
}