Files
knaeckeboot-eu/node_modules/prettier-plugin-go-template/package.json
T
Konstantin Kollar 8529ee86e4 Initial commit
2022-10-03 21:13:35 +02:00

114 lines
3.3 KiB
JSON

{
"_from": "prettier-plugin-go-template",
"_id": "prettier-plugin-go-template@0.0.13",
"_inBundle": false,
"_integrity": "sha512-gG/xT5kd+kCzoMaTchXvdfBdsunyRCV6G8cgdPGPd2V5JGGKXUG7SjzBKU7jaGh2RTeblcAdBb/E+S/duOAMsA==",
"_location": "/prettier-plugin-go-template",
"_phantomChildren": {},
"_requested": {
"type": "tag",
"registry": true,
"raw": "prettier-plugin-go-template",
"name": "prettier-plugin-go-template",
"escapedName": "prettier-plugin-go-template",
"rawSpec": "",
"saveSpec": null,
"fetchSpec": "latest"
},
"_requiredBy": [
"#DEV:/",
"#USER"
],
"_resolved": "https://registry.npmjs.org/prettier-plugin-go-template/-/prettier-plugin-go-template-0.0.13.tgz",
"_shasum": "b4047bce76430bc89a8ee8f27fad1b1c14d942be",
"_spec": "prettier-plugin-go-template",
"_where": "/home/kossa/projects/knaeckeboot-tailwind",
"author": {
"name": "Niklas Portmann",
"email": "niklaspor@gmail.com"
},
"bugs": {
"url": "https://github.com/NiklasPor/prettier-plugin-go-template/issues"
},
"bundleDependencies": false,
"dependencies": {
"ulid": "^2.3.0"
},
"deprecated": false,
"description": "Prettier plugin for formatting Go & GoHugo templates.",
"devDependencies": {
"@rollup/plugin-commonjs": "^17.0.0",
"@rollup/plugin-node-resolve": "^11.0.0",
"@rollup/plugin-typescript": "^8.0.0",
"@tsconfig/svelte": "^2.0.0",
"@types/jest": "^26.0.15",
"@types/node": "^14.14.2",
"@types/prettier": "^2.2.3",
"codecov": "^3.8.0",
"jest": "^26.6.1",
"prettier": "^2.3.0",
"rollup": "^2.3.4",
"rollup-plugin-css-only": "^3.1.0",
"rollup-plugin-livereload": "^2.0.0",
"rollup-plugin-svelte": "^7.0.0",
"rollup-plugin-terser": "^7.0.0",
"sirv-cli": "^2.0.0",
"svelte": "^3.0.0",
"svelte-check": "^2.0.0",
"svelte-preprocess": "^4.0.0",
"ts-jest": "^26.4.2",
"ts-node": "^9.0.0",
"tslib": "^2.0.0",
"tslint": "^6.1.3",
"tslint-config-prettier": "^1.18.0",
"typescript": "^4.0.0"
},
"engines": {
"node": ">=14.0.0"
},
"files": [
"lib"
],
"homepage": "https://github.com/NiklasPor/prettier-plugin-go-template#readme",
"jest": {
"preset": "ts-jest"
},
"keywords": [
"prettier",
"plugin",
"go",
"hugo",
"gohugo",
"template",
"html"
],
"license": "MIT",
"main": "lib/index",
"name": "prettier-plugin-go-template",
"peerDependencies": {
"prettier": "^2.0.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/NiklasPor/prettier-plugin-go-template.git"
},
"scripts": {
"build": "tsc --pretty",
"check": "svelte-check --tsconfig ./tsconfig.json",
"coverage": "jest --coverage --no-cache",
"lint": "tslint --project .",
"publish:coverage": "codecov -t $npm_config_prettier_plugin_go_html_codecov",
"release:coverage": "npm run coverage && npm run publish:coverage",
"release:plugin": "npm run build && npm run release:coverage && npm publish",
"release:plugin:beta": "npm run build && npm run release:coverage && npm publish --tag beta",
"test": "jest",
"watch": "npm run build -- --watch",
"watch:test": "jest --watch",
"website:build": "rollup -c",
"website:serve": "rollup -c -w",
"website:start": "sirv website/public --no-clear"
},
"types": "lib/index",
"version": "0.0.13"
}