UNPKG

@kennyoliver/april-fools-tool

Version:
39 lines (38 loc) 832 B
{ "name": "@kennyoliver/april-fools-tool", "version": "1.1.3", "description": "Is it April Fool's?", "main": "dist/index.js", "type": "commonjs", "types": "dist/index.d.ts", "scripts": { "build": "npx tsc", "prepublish": "npm test", "test": "echo \"Success! I wonder if it's April Fools?\"" }, "repository": { "type": "git", "url": "git+https://github.com/KennyOliver/april-fools-tool.git" }, "keywords": [ "april", "april-fools", "emojis", "fools", "fun", "kenny", "kennyoliver", "prank", "minilib", "minilibrary", "module", "tool", "typescript" ], "author": "Kenny Oliver", "license": "AGPL-3.0-or-later", "devDependencies": { "@types/node": "^17.0.0", "typescript": "^4.6.3" } }