{
    "name": "@minskylab/realshadow",
    "version": "0.2.3",
    "description": "A simple library to give shadows based on the current real time for any html element.",
    "main": "dist/index.js",
    "author": "Minsky",
    "license": "MIT",
    "repository": {
        "type": "git",
        "url": "git+https://github.com/minskylab/realshadow.git"
    },
    "bugs": {
        "url": "https://github.com/minskylab/realshadow/issues"
    },
    "homepage": "https://github.com/minskylab/realshadow",
    "keywords": [
        "shadow",
        "real life",
        "box-shadow",
        "text-shadow"
    ],
    "np": {
        "yarn": true,
        "contents": "dist"
    },
    "scripts": {
        "build:js": "ncc build index.ts -o dist",
        "build:browser": "browserify -p tinyify -o umd/index.min.js dist/index.js",
        "build": "yarn build:js && yarn build:browser",
        "start": "ncc run index.ts"
    },
    "devDependencies": {
        "@vercel/ncc": "^0.27.0",
        "browserify": "^17.0.0",
        "sass": "^1.32.8",
        "tinyify": "^3.0.0",
        "typescript": "^4.2.3"
    }
}
