{
  "name": "@qiwi/npm-types",
  "version": "1.0.3",
  "description": "Typescript definitions for npm registry content",
  "private": false,
  "publishConfig": {
    "access": "public"
  },
  "types": "./index.d.ts",
  "main": "",
  "files": [
    "package.json",
    "README.md",
    "index.d.ts",
    "CHANGELOG.md"
  ],
  "scripts": {
    "check": "gts check index.d.ts test/test.ts",
    "clean": "gts clean",
    "compile": "tsc -p .",
    "fix": "gts fix",
    "prepare": "npm run compile",
    "pretest": "npm run compile",
    "posttest": "npm run check",
    "test": "echo 'compilation worked!'",
    "docs": "mkdir -p docs && cp ./README.md ./docs/README.md",
    "build": "npm run docs"
  },
  "keywords": [],
  "author": "Chris Dickinson <chris@neversaw.us> (http://neversaw.us/)",
  "license": "MIT",
  "contributors": [
    {
      "name": "Ryan Day",
      "email": "ryaneday@google.com"
    }
  ],
  "devDependencies": {
    "@types/node": "^14.14.10",
    "eslint": "^7.29.0",
    "eslint-config-qiwi": "^1.13.1",
    "gts": "^3.1.0",
    "typescript": "~4.3.5"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/qiwi-forks/npm-types.git"
  },
  "bugs": {
    "url": "https://github.com/qiwi-forks/npm-types/issues"
  },
  "homepage": "https://github.com/qiwi-forks/npm-types/#readme"
}
