UNPKG

@sherby/eleventy-plugin-javascript

Version:

An Eleventy plugin that add useful shortcodes to JavaScript template files

52 lines (51 loc) 1.55 kB
{ "name": "@sherby/eleventy-plugin-javascript", "version": "1.0.2", "description": "An Eleventy plugin that add useful shortcodes to JavaScript template files", "keywords": [ "11ty", "code", "eleventy", "eleventy-plugin", "javascript", "shortcodes", "sherby" ], "homepage": "https://github.com/ranb2002/eleventy-plugin-javascript#readme", "bugs": { "url": "https://github.com/ranb2002/eleventy-plugin-javascript/issues" }, "repository": { "type": "git", "url": "git+https://github.com/ranb2002/eleventy-plugin-javascript.git" }, "license": "MIT", "author": "Benjamin Rancourt", "main": ".eleventy.js", "files": [ ".eleventy.js", "src/javascript-comments.js", "src/print-javascript.js", "src/to-javascript.js" ], "scripts": { "format": "npm-run-all format:*", "format:eslint": "npm run lint:eslint -- --fix", "format:prettier": "npm run lint:prettier -- --write", "lint": "npm-run-all lint:*", "lint:eslint": "eslint --ignore-path .gitignore . --ext js,json,md", "lint:prettier": "prettier --ignore-path .gitignore --check '**/*.{js,json,md}'" }, "dependencies": { "json-stable-stringify": "^1.0.1" }, "devDependencies": { "eslint-config-udes": "^1.0.1", "eslint-plugin-json-format": "^2.0.1", "eslint-plugin-markdown": "^2.0.0", "eslint-plugin-prettier": "^3.3.1", "npm-run-all": "^4.1.5", "prettier": "^2.2.1", "prettier-config-udes": "1.0.0" } }