mirror of
https://github.com/Instadapp/boardroom-inc-protocol-Info.git
synced 2024-07-29 22:37:02 +00:00
18 lines
400 B
JSON
18 lines
400 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": "rollup -c"
|
|
}
|
|
}
|