{
  "name": "@jitl/quickjs-ffi-types",
  "version": "0.32.0",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/justjake/quickjs-emscripten"
  },
  "author": {
    "name": "Jake Teton-Landis",
    "url": "https://jake.tl"
  },
  "scripts": {
    "check": "npx tsc --project . --noEmit",
    "build": "npx tsup",
    "clean": "git clean -fx dist"
  },
  "files": [
    "LICENSE",
    "dist/**/*"
  ],
  "types": "dist/index.d.ts",
  "main": "dist/index.js",
  "module": "dist/index.mjs",
  "exports": {
    "./package.json": "./package.json",
    ".": {
      "types": "./dist/index.d.ts",
      "import": "./dist/index.mjs",
      "require": "./dist/index.js"
    }
  },
  "devDependencies": {
    "@jitl/tsconfig": "0.32.0"
  }
}