WebCave/packages/webcave-core/package.json

26 lines
548 B
JSON

{
"name": "@acid-info/webcave-core",
"version": "1.0.2-alpha.0",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"build": "rimraf dist && rollup --config"
},
"dependencies": {
"@types/react": "^18.2.66",
"alea": "^1.0.1",
"gl-matrix": "3.4.3",
"rollup": "^2.60.2",
"rollup-plugin-typescript2": "^0.31.1",
"simplex-noise": "^4.0.2",
"tslib": "^2.3.1",
"typescript": "^5.4.5"
},
"devDependencies": {
"rimraf": "^3.0.2"
},
"publishConfig": {
"access": "public"
}
}