UNPKG

colorless-green-ipsum

Version:

A philosophical nonsense text generator inspired by Chomsky's famous sentence

47 lines (46 loc) 1.7 kB
{ "name": "colorless-green-ipsum", "version": "1.2.0", "description": "A philosophical nonsense text generator inspired by Chomsky's famous sentence", "main": "dist/pkg/index.js", "types": "dist/pkg/index.d.ts", "module": "dist/pkg/index.js", "typings": "dist/pkg/index.d.ts", "files": [ "dist/pkg" ], "scripts": { "build:pkg:ts": "tsc -b --declaration --emitDeclarationOnly", "build:pkg:cjs": "esbuild ./pkg/index.ts --bundle --outfile=dist/pkg/index.js --packages=external --format=cjs", "build:pkg:esm": "esbuild ./pkg/index.ts --bundle --outfile=dist/pkg/index.esm.js --packages=external --format=esm", "build:pkg": "npm run build:pkg:ts && npm run build:pkg:cjs && npm run build:pkg:esm", "dev:www": "cd www && vite", "build:www": "cd www && vite build --base='/colorless-green-ideas-sleep-furiously-ipsum' --outDir ../dist/www", "preview:www": "cd www && vite preview --outDir ../dist/www", "test": "jest" }, "keywords": [ "lorem-ipsum", "text-generator", "philosophy", "chomsky" ], "author": "vzsoares", "license": "MIT", "repository": { "type": "git", "url": "https://github.com/vzsoares/colorless-green-ideas-sleep-furiously-ipsum.git" }, "devDependencies": { "esbuild": "^0.25.1", "tsc": "^2.0.4", "typescript": "^5.8.2", "alpinejs": "^3.13.0", "colorless-green-ipsum": "^1.1.0", "@tailwindcss/postcss": "^4.0.13", "autoprefixer": "^10.4.14", "postcss": "^8.4.24", "tailwindcss": "^3.3.2", "vite": "^4.3.9" } }