{
  "name": "nadesiko3-toml",
  "version": "3.6.10",
  "description": "TOML parser for Nadesiko3",
  "main": "src/nadesiko3-toml.js",
  "scripts": {
    "test": "mocha",
    "build": "esbuild src/nadesiko3-toml.js --bundle --minify --outfile=nadesiko3-toml.js"
  },
  "type": "module",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/kujirahand/nadesiko3-toml.git"
  },
  "keywords": [
    "nadesiko3",
    "TOML"
  ],
  "author": "kujirahand",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/kujirahand/nadesiko3-toml/issues"
  },
  "homepage": "https://github.com/kujirahand/nadesiko3-toml#readme",
  "dependencies": {
    "smol-toml": "^1.3.0"
  },
  "devDependencies": {
    "esbuild": "^0.23.0"
  }
}
