HuaweiDemo/goberts/package.json

20 lines
378 B
JSON
Raw Permalink Normal View History

2023-11-07 01:17:57 +00:00
{
"name": "goberts",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"build": "rollup -c rollup.config.js"
},
"dependencies": {
"@types/node": "^18.7.18"
},
"devDependencies": {
"rollup": "^2.79.0",
"@rollup/plugin-typescript": "^8.3.0",
"ts-node": "^10.9.1",
"tslib": "^2.4.0",
"typescript": "^4.8.3"
}
}