{
  "name": "@datkt/fs",
  "version": "0.1.17",
  "description": "Async file system access built on libuv",
  "scripts": {
    "build": "npm run build-constants && npm run build-library",
    "build-constants": "./scripts/build-constants",
    "build-library": "./scripts/build-library",
    "postinstall": "npm run build",
    "test": "rm -rf test.kexe* tmp/ && mkdir tmp/ && konanc test/ $(konanc-config -lr test.kc) -o test.kexe && ./test.kexe $(id -u) $(id -G | awk '{print $2}')"
  },
  "keywords": [
    "datkt",
    "fs",
    "dat",
    "filesytem",
    "kotlin",
    "native",
    "konan"
  ],
  "author": "Joseph Werle <werle@littlstar.com>",
  "license": "MIT",
  "dependencies": {
    "@datkt/uv": "^0.6.5"
  },
  "devDependencies": {
    "@datkt/tape": "^0.6.1"
  }
}
