WebCave/packages/webcave-core/package.json

25 lines
520 B
JSON
Raw Normal View History

2024-05-29 15:29:17 +00:00
{
2024-06-12 16:34:26 +00:00
"name": "@acid-info/webcave-core",
2024-07-18 10:41:41 +00:00
"version": "1.0.0-alpha.0",
2024-05-29 15:29:17 +00:00
"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",
"gl-matrix": "3.4.3",
2024-05-29 15:29:17 +00:00
"rollup": "^2.60.2",
"rollup-plugin-typescript2": "^0.31.1",
"tslib": "^2.3.1",
"typescript": "^5.4.5"
2024-05-29 15:29:17 +00:00
},
"devDependencies": {
"rimraf": "^3.0.2"
},
"publishConfig": {
"access": "public",
"directory": "dist"
2024-05-29 15:29:17 +00:00
}
}