{
    "name": "@atomify/hooks",
    "version": "1.3.5",
    "description": "Hooks for the Atomify eco system",
    "url": "https://github.com/dvens/atomify",
    "license": "MIT",
    "module": "./dist/esm/index.js",
    "main": "dist/cjs/index.js",
    "typings": "./dist/esm/index.d.ts",
    "directories": {
        "test": "test"
    },
    "scripts": {
        "build": "tsc -p tsconfig.json && tsc -p tsconfig-cjs.json",
        "checksize": "rollup -c ; rm ./dist/index.bundled.js",
        "regen-package-lock": "rm -rf node_modules package-lock.json; npm install"
    },
    "author": {
        "name": "Dylan Vens"
    },
    "devDependencies": {
        "@babel/cli": "^7.2.3",
        "@babel/plugin-proposal-class-properties": "^7.2.3",
        "@babel/plugin-proposal-decorators": "^7.2.3",
        "@babel/plugin-transform-typescript": "^7.2.0",
        "rollup": "^0.64.1",
        "rollup-plugin-filesize": "^4.0.1",
        "rollup-plugin-node-resolve": "^3.4.0",
        "rollup-plugin-terser": "^1.0.1",
        "typescript": "^3.4.1",
        "uglify-es": "^3.3.9"
    },
    "dependencies": {
        "@atomify/shared": "^1.2.2"
    },
    "publishConfig": {
        "access": "public"
    },
    "repository": {
        "type": "git",
        "url": "git+https://github.com/dvens/atomify.git"
    },
    "bugs": {
        "url": "https://github.com/dvens/atomify/issues"
    },
    "homepage": "https://github.com/dvens/atomify",
    "gitHead": "379efab7583bb00b26327eedc118780a7a127d9f"
}
