{
    "scripts": {
        "lint": "run -T eslint . --ext .ts,.tsx",
        "clean": "rm -rf ./dist",
        "dev": "tsc --watch",
        "build": "tsc -d --emitDeclarationOnly -declarationDir ./dist",
        "prepublish": "npm run clean && tsc -d --emitDeclarationOnly -declarationDir ./dist"
    },
    "name": "@giphy/js-types",
    "homepage": "https://github.com/Giphy/giphy-js/tree/master/packages/types",
    "version": "5.1.0",
    "main": "dist/index.d.ts",
    "types": "dist/index.d.ts",
    "publishConfig": {
        "access": "public"
    },
    "files": [
        "dist/**/*"
    ],
    "license": "MIT",
    "devDependencies": {
        "typescript": "^4.7.3"
    }
}
