{
  "name": "@dzakh/rescript-stdlib",
  "version": "1.1.0",
  "homepage": "https://github.com/DZakh/rescript-stdlib#readme",
  "bugs": {
    "url": "https://github.com/DZakh/rescript-stdlib/issues"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/DZakh/rescript-stdlib.git"
  },
  "license": "MIT",
  "author": "Dmitry Zakharov <dzakh.dev@gmail.com>",
  "files": [
    "src/**/*.res",
    "src/**/*.resi",
    "bsconfig.json"
  ],
  "scripts": {
    "res:dev": "rescript build -with-deps -w"
  },
  "devDependencies": {
    "rescript": "10.1.0"
  },
  "peerDependencies": {
    "rescript": "10.1.x"
  }
}
