{ "name": "tailwindcss-class-names", "version": "0.0.1", "description": "", "main": "dist/index.js", "scripts": { "test": "jest", "dev": "ncc build src/index.js --watch", "build": "ncc build src/index.js --minify" }, "keywords": [], "author": "Brad Cornes ", "license": "MIT", "dependencies": { "callsite": "^1.0.0", "chokidar": "^3.3.1", "dlv": "^1.1.3", "dset": "^2.0.1", "globalyzer": "^0.1.4", "globrex": "^0.1.2", "import-from": "^3.0.0", "pkg-up": "^3.1.0", "postcss-selector-parser": "^6.0.2", "semver": "^7.1.3", "stack-trace": "0.0.10", "tiny-invariant": "^1.1.0" }, "devDependencies": { "@zeit/ncc": "^0.21.1", "esm": "^3.2.25", "jest": "^25.1.0", "postcss": "^7.0.27" } }