rollup-plugin-prettier
Version:
Run prettier formatter with rollup
72 lines • 2.02 kB
JSON
{
"name": "rollup-plugin-prettier",
"version": "4.2.0",
"description": "Run prettier formatter with rollup",
"main": "dist/index.js",
"author": "Mickael Jeanroy <mickael.jeanroy@gmail.com>",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/mjeanroy/rollup-plugin-prettier.git"
},
"homepage": "https://github.com/mjeanroy/rollup-plugin-prettier#readme",
"bugs": {
"url": "https://github.com/mjeanroy/rollup-plugin-prettier/issues"
},
"types": "dist/index.d.ts",
"keywords": [
"rollup",
"rollup-plugin",
"prettier"
],
"peerDependencies": {
"prettier": "^1.0.0 || ^2.0.0 || ^3.0.0",
"rollup": "^1.0.0 || ^2.0.0 || ^3.0.0 || ^4.0.0"
},
"dependencies": {
"diff": "9.0.0",
"magic-string": "0.30.21"
},
"devDependencies": {
"@babel/core": "7.29.7",
"@babel/parser": "7.29.7",
"@babel/preset-env": "7.29.7",
"@babel/register": "7.29.7",
"@rollup/plugin-babel": "7.1.0",
"@typescript-eslint/eslint-plugin": "8.62.1",
"@typescript-eslint/parser": "8.62.1",
"ansi-colors": "4.1.3",
"babel-plugin-add-module-exports": "1.0.4",
"eslint": "8.57.0",
"eslint-config-airbnb-base": "15.0.0",
"eslint-plugin-import": "2.32.0",
"fancy-log": "2.0.0",
"globalthis": "1.0.4",
"gulp": "5.0.1",
"gulp-conventional-changelog": "5.0.0",
"jasmine": "6.3.0",
"jasmine-core": "6.3.0",
"lodash.startswith": "4.2.1",
"prettier": "3.9.4",
"rimraf": "6.1.3",
"rollup": "4.62.2",
"rollup-plugin-strip-banner": "3.1.0",
"tmp": "0.2.7",
"typescript": "6.0.3"
},
"engines": {
"node": ">=6.0.0"
},
"scripts": {
"clean": "gulp clean",
"lint": "gulp lint",
"build": "gulp build",
"tdd": "gulp tdd",
"test": "gulp test",
"release": "gulp release:minor",
"release:patch": "gulp release:patch",
"release:minor": "gulp release:minor",
"release:major": "gulp release:major",
"changelog": "gulp changelog"
}
}