{ "name": "fake-tag", "version": "5.0.0", "description": "A fake template literal tag to trick syntax highlighters, linters and formatters into action.", "license": "MIT", "author": { "name": "Jayden Seric", "email": "me@jaydenseric.com", "url": "https://jaydenseric.com" }, "repository": "github:jaydenseric/fake-tag", "homepage": "https://github.com/jaydenseric/fake-tag#readme", "bugs": "https://github.com/jaydenseric/fake-tag/issues", "funding": "https://github.com/sponsors/jaydenseric", "keywords": [ "es6", "dummy", "fake", "template", "literal", "string", "tag", "esm", "mjs" ], "files": [ "fakeTag.mjs" ], "sideEffects": false, "exports": { ".": "./fakeTag.mjs", "./fakeTag.mjs": "./fakeTag.mjs", "./package.json": "./package.json" }, "engines": { "node": "^14.17.0 || ^16.0.0 || >= 18.0.0" }, "browserslist": "Node 14.17 - 15 and Node < 15, Node 16 - 17 and Node < 17, Node >= 18, > 0.5%, not OperaMini all, not dead", "devDependencies": { "@types/node": "^18.7.8", "coverage-node": "^8.0.0", "eslint": "^8.22.0", "eslint-plugin-simple-import-sort": "^7.0.0", "prettier": "^2.7.1", "test-director": "^10.0.0", "typescript": "^4.7.4" }, "scripts": { "eslint": "eslint .", "prettier": "prettier -c .", "types": "tsc -p jsconfig.json", "tests": "coverage-node test.mjs", "test": "npm run eslint && npm run prettier && npm run types && npm run tests", "prepublishOnly": "npm test" } }