UNPKG

poop-ascii-art

Version:

If you feel your project is a piece of 💩, this is the package for you! 💩

41 lines (40 loc) • 888 B
{ "name": "poop-ascii-art", "version": "1.0.11", "main": "dist/index.js", "description": "If you feel your project is a piece of 💩, this is the package for you! 💩", "types": "dist/index.d.ts", "type": "module", "files": [ "dist/**/*" ], "scripts": { "build": "tsc", "test": "npm run build && node dist/test.js", "prepare": "npm run build", "dev": "tsc --watch" }, "keywords": [ "ascii", "art", "console", "poop", "fun", "emoji", "developer", "debugging" ], "author": "Mmm44556", "license": "MIT", "repository": { "type": "git", "url": "https://github.com/Mmm44556/poop-ascii-art.git" }, "homepage": "https://github.com/Mmm44556/poop-ascii-art#readme", "bugs": { "url": "https://github.com/Mmm44556/poop-ascii-art/issues" }, "devDependencies": { "typescript": "^5.8.3" } }