{
    "name": "@titanpl/core",
    "version": "4.0.0",
    "description": "The official Core Standard Library for Titan Planet - provides fs, path, crypto, os, net, proc, time, and url modules",
    "main": "index.js",
    "type": "module",
    "types": "index.d.ts",
    "scripts": {
        "build:native": "cd native && cargo build --release && cd .. && npm run configure",
        "test:ext": "titan run ext",
        "test": "vitest run",
        "test:debug": "TITAN_DEBUG=true npm test",
        "test:watch": "vitest"
    },
    "keywords": [
        "titan",
        "titanpl",
        "titan-planet",
        "runtime",
        "core",
        "fs",
        "path",
        "crypto",
        "os",
        "extension",
        "titanpl-sdk"
    ],
    "author": "ezetgalaxy",
    "license": "ISC",
    "files": [
        "index.js",
        "configure.js",
        "titan.json",
        "globals.d.ts",
        "index.d.ts",
        "native/target/release/*.dll",
        "native/target/release/*.so",
        "native/target/release/*.dylib",
        "README.md"
    ],
    "devDependencies": {
        "esbuild": "^0.27.2",
        "vitest": "^4.0.17"
    },
    "dependencies": {
        "@titanpl/valid": "^1.1.1"
    }
}
