presetter-preset-rollup/package.json

56 lines
1.5 KiB
JSON
Raw Normal View History

{
"name": "presetter-preset-rollup",
2023-03-31 21:41:18 +00:00
"version": "3.5.5",
"description": "An opinionated presetter preset for using rollup as a bundler",
"keywords": [
"presetter",
"preset"
],
"homepage": "https://github.com/alvis/presetter#readme",
"bugs": {
"url": "https://github.com/alvis/presetter/issues"
},
"license": "MIT",
"author": {
"name": "Alvis HT Tang",
"email": "alvis@hilbert.space"
},
"main": "lib/index.js",
"types": "lib/index.d.ts",
"type": "module",
"repository": {
"type": "git",
"url": "git+https://github.com/alvis/presetter.git"
},
"scripts": {
"bootstrap": "presetter bootstrap && run prepare",
"build": "run build",
"coverage": "run coverage --",
"lint": "run lint --",
"prepublishOnly": "run prepare && run prepublishOnly",
"test": "run test --",
"watch": "run watch --"
},
"peerDependencies": {
2022-08-03 05:12:02 +00:00
"@rollup/plugin-commonjs": "^22.0.0",
"@rollup/plugin-graphql": "^1.0.0",
"@rollup/plugin-image": "^2.0.0",
"@rollup/plugin-json": "^4.0.0",
"@rollup/plugin-node-resolve": "^13.0.0",
"@rollup/plugin-yaml": "^3.0.0",
"presetter": "workspace:*",
"rollup": "^2.0.0",
"rollup-plugin-postcss": "^4.0.0",
2022-08-03 05:12:02 +00:00
"rollup-plugin-ts": "^3.0.0",
"rollup-plugin-tsconfig-paths": "^1.0.0",
"rollup-plugin-visualizer": "^5.0.0"
},
"devDependencies": {
"presetter": "workspace:*"
},
"dependencies": {
"presetter-types": "workspace:*",
"type-fest": "^2.0.0"
}
}