UNPKG

glitched-writer

Version:

Glitched, text writing module. Highly customizable settings. Decoding, decrypting, scrambling, or simply spelling out text.

63 lines (62 loc) 1.87 kB
{ "name": "glitched-writer", "version": "2.0.29", "description": "Glitched, text writing module. Highly customizable settings. Decoding, decrypting, scrambling, or simply spelling out text.", "author": "Damian Tarnawski @thetarnav <gthetarnav@gmail.com>", "license": "MIT", "repository": { "type": "git", "url": "git+https://github.com/thetarnav/glitched-writer.git" }, "homepage": "https://glitched-writer.site/", "main": "./lib/cjs/index.js", "types": "./lib/esm/index.d.ts", "jsdelivr": "lib/index.min.js", "unpkg": "lin/index.min.js", "files": [ "lib/**/*" ], "exports": { "require": "./lib/cjs/index.js", "import": "./lib/esm/index.js", "default": "./lib/esm/index.js" }, "scripts": { "dev": "parcel dev/index.html --dist-dir dev/dist", "build": "tsc -p tsconfig.json && tsc -p tsconfig-cjs.json && grunt build", "prepublishOnly": "npm run build && npm version patch", "postpublish": "git push && git push --tags" }, "devDependencies": { "@parcel/transformer-sass": "2.0.0-beta.2", "@types/jsdom": "^16.2.10", "@typescript-eslint/eslint-plugin": "^4.23.0", "@typescript-eslint/parser": "^4.23.0", "eslint": "^6.8.0", "eslint-config-airbnb-base": "^14.2.1", "eslint-plugin-import": "^2.22.1", "grunt": "^1.4.0", "grunt-cli": "^1.4.2", "grunt-ts": "^6.0.0-beta.22", "grunt-webpack": "^4.0.3", "load-grunt-tasks": "^5.1.0", "lodash.debounce": "^4.0.8", "parcel": "^2.0.0-beta.2", "terser-webpack-plugin": "^5.1.2", "ts-node": "^9.1.1", "typescript": "^4.2.4", "webpack": "^5.37.0" }, "keywords": [ "glitch", "text", "decrypt", "decode", "scramble", "animation", "front-end", "web", "html", "typewriter" ] }