{
  "name": "@tadashi/sleep",
  "version": "2.0.1",
  "description": "Sweet dreams.",
  "main": "src/sleep.js",
  "type": "module",
  "files": [
    "src"
  ],
  "author": "Thiago Lagden",
  "license": "MIT",
  "homepage": "https://github.com/lagden/sleep#readme",
  "repository": {
    "type": "git",
    "url": "git+ssh://git@github.com/lagden/sleep.git"
  },
  "bugs": {
    "url": "https://github.com/lagden/sleep/issues"
  },
  "keywords": [
    "sleep",
    "sweet",
    "dreams"
  ],
  "engines": {
    "node": ">=14.16"
  },
  "scripts": {
    "test": "c8 --reporter=text --reporter=lcov ava"
  },
  "devDependencies": {
    "ava": "3.15.0",
    "c8": "7.7.3"
  }
}
