mirror of https://github.com/acid-info/WebCave.git
25 lines
520 B
JSON
25 lines
520 B
JSON
{
|
|
"name": "@acid-info/webcave-core",
|
|
"version": "1.0.0-alpha.0",
|
|
"main": "dist/index.js",
|
|
"types": "dist/index.d.ts",
|
|
"scripts": {
|
|
"build": "rimraf dist && rollup --config"
|
|
},
|
|
"dependencies": {
|
|
"@types/react": "^18.2.66",
|
|
"gl-matrix": "3.4.3",
|
|
"rollup": "^2.60.2",
|
|
"rollup-plugin-typescript2": "^0.31.1",
|
|
"tslib": "^2.3.1",
|
|
"typescript": "^5.4.5"
|
|
},
|
|
"devDependencies": {
|
|
"rimraf": "^3.0.2"
|
|
},
|
|
"publishConfig": {
|
|
"access": "public",
|
|
"directory": "dist"
|
|
}
|
|
}
|