UNPKG

fancy-escape

Version:

A fancy escape library

50 lines (49 loc) 1.45 kB
{ "name": "fancy-escape", "version": "1.0.0", "description": "A fancy escape library", "main": "./dist/index.js", "module": "./dist/index.mjs", "types": "./dist/index.d.ts", "files": [ "dist" ], "keywords": [ "typescript", "meme" ], "repository": "https://github.com/CommanderRedYT/fancy-escape.git", "author": "CommanderRedYT <ccommanderred@gmail.com>", "license": "MIT", "private": false, "scripts": { "build": "tsup --splitting", "lint": "eslint . --ext .ts", "test": "jest --passWithNoTests", "start": "tsup dev", "prepublish": "npm run build", "postversion": "git push --follow-tags" }, "devDependencies": { "@types/jest": "^30.0.0", "@typescript-eslint/eslint-plugin": "^7.13.0", "@typescript-eslint/parser": "^7.13.0", "eslint": "^8.2.0", "eslint-config-airbnb-base": "^15.0.0", "eslint-config-airbnb-typescript": "^18.0.0", "eslint-config-prettier": "^10.0.1", "eslint-plugin-import": "^2.29.1", "eslint-plugin-jest": "^28.6.0", "eslint-plugin-prettier": "^5.1.3", "jest": "^30.0.0", "ts-jest": "^29.1.2", "ts-node": "^10.9.2", "tsup": "^8.1.0", "typescript": "^5.3.3" }, "engines": { "node": ">=18" }, "dependencies": {}, "packageManager": "yarn@1.22.22+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e" }