{
  "name": "@grain/stdlib",
  "version": "0.7.2",
  "description": "The standard library for the Grain language.",
  "license": "MIT",
  "homepage": "https://grain-lang.org",
  "funding": "https://github.com/sponsors/grain-lang",
  "author": "Grain Core Team <team@grain-lang.org> (https://grain-lang.org)",
  "contributors": [
    "Oscar Spencer <oscar@grain-lang.org> (https://github.com/ospencer)",
    "Philip Blair <philip@grain-lang.org> (https://github.com/peblair)",
    "Blaine Bublitz <blaine@grain-lang.org> (https://github.com/phated)",
    "Josiah Savary <josiah@grain-lang.org> (https://github.com/jozanza)"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/grain-lang/grain.git",
    "directory": "stdlib"
  },
  "engines": {
    "node": ">=22.13"
  },
  "main": "index.js",
  "files": [
    "**/*.gr",
    "**/*.md",
    "index.js"
  ],
  "scripts": {
    "clean": "del-cli \"**/*.wasm\" \"**/*.wat\" \"**/*.gro\" \"**/*.modsig\"",
    "doc": "grain doc ./ -o ./ --current-version=$(grain -v)",
    "format": "grain format ./ -o ./"
  },
  "dependencies": {},
  "devDependencies": {
    "del-cli": "^7.0.0"
  },
  "pkg": {
    "assets": "**/*.gr"
  },
  "keywords": [
    "grain",
    "stdlib",
    "webassembly",
    "wasm"
  ],
  "publishConfig": {
    "access": "public"
  }
}
