2024-05-29 15:29:17 +00:00
|
|
|
{
|
2024-06-12 16:34:26 +00:00
|
|
|
"name": "@acid-info/webcave-core",
|
2024-05-29 15:29:17 +00:00
|
|
|
"version": "0.0.0",
|
|
|
|
"main": "dist/index.js",
|
|
|
|
"types": "dist/index.d.ts",
|
|
|
|
"scripts": {
|
|
|
|
"build": "rimraf dist && rollup --config"
|
|
|
|
},
|
|
|
|
"dependencies": {
|
2024-05-30 11:48:44 +00:00
|
|
|
"@types/react": "^18.2.66",
|
2024-05-29 15:29:17 +00:00
|
|
|
"rollup": "^2.60.2",
|
|
|
|
"rollup-plugin-typescript2": "^0.31.1",
|
|
|
|
"tslib": "^2.3.1",
|
|
|
|
"typescript": "^4.5.2"
|
|
|
|
},
|
|
|
|
"devDependencies": {
|
|
|
|
"rimraf": "^3.0.2"
|
|
|
|
}
|
|
|
|
}
|