UNPKG

@favware/zalgo

Version:
57 lines (56 loc) 1.33 kB
{ "name": "@favware/zalgo", "version": "3.1.3", "description": "Invoke and banish the power of the Zalgo Monster", "author": "@favware", "license": "MIT", "main": "dist/index.js", "module": "dist/index.mjs", "browser": "dist/index.umd.js", "unpkg": "dist/index.umd.js", "types": "dist/index.d.ts", "exports": { "import": "./dist/index.mjs", "require": "./dist/index.js" }, "homepage": "https://github.com/favware/node-packages/tree/main/packages/zalgo#readme", "scripts": { "test": "jest", "lint": "eslint src __tests__ --ext ts --fix -c ../../.eslintrc", "prebuild": "yarn lint && yarn test", "build": "rollup -c rollup.config.ts", "start": "yarn build -w" }, "files": [ "dist", "!dist/*.tsbuildinfo" ], "engines": { "node": ">=14", "npm": ">=6" }, "repository": { "type": "git", "url": "git+https://github.com/favware/node-packages.git", "directory": "packages/zalgo" }, "bugs": { "url": "https://github.com/favware/node-packages/issues" }, "keywords": [ "zalgo", "banish", "mess up", "favware", "typescript", "ts" ], "directories": { "lib": "src", "test": "__tests__" }, "publishConfig": { "access": "public" }, "gitHead": "bbf0719a8805496c19c4abf722765275ef5fa4af" }