{
    "name": "@n3rdw1z4rd/core",
    "version": "0.17.2",
    "description": "core library",
    "main": "dist/index.js",
    "module": "dist/index.mjs",
    "types": "dist/index.d.ts",
    "files": [
        "dist"
    ],
    "scripts": {
        "build": "tsup && shx cp -r ./src/css ./dist/",
        "dev": "tsup --watch",
        "test": "npx ts-node src/test"
    },
    "repository": {
        "type": "git",
        "url": "git+https://github.com/n3rdw1z4rd/core.git"
    },
    "keywords": [
        "typescript",
        "browser",
        "game-dev",
        "toolkit",
        "three.js",
        "threejs",
        "webgl",
        "canvas",
        "ecs",
        "entity-component-system",
        "rng",
        "procedural-generation",
        "pathfinding",
        "voxel",
        "particle-system",
        "simplex-noise"
    ],
    "author": "",
    "license": "MIT",
    "type": "commonjs",
    "bugs": {
        "url": "https://github.com/n3rdw1z4rd/core/issues"
    },
    "homepage": "https://github.com/n3rdw1z4rd/core#readme",
    "dependencies": {
        "heap-js": "^2.7.1"
    },
    "peerDependencies": {
        "simplex-noise": "^4.0.3",
        "three": "^0.185.1"
    },
    "devDependencies": {
        "@types/three": "^0.185.1",
        "shx": "^0.4.0",
        "tsup": "^8.5.1",
        "typescript": "^5.9.3"
    },
    "allowScripts": {
        "esbuild@0.27.7": true,
        "fsevents@2.3.3": true
    }
}
