Laterano/package.json
Astrian Zheng 5f3b4395ab
Some checks failed
Quality Check & Publish / quality (push) Failing after 22s
Quality Check & Publish / quality-failed-webhook (push) Has been skipped
Quality Check & Publish / publish (push) Has been skipped
Quality Check & Publish / publish-failed-webhook (push) Has been skipped
fix: rollup compress the utils folder
2025-05-21 22:12:32 +10:00

38 lines
953 B
JSON

{
"name": "laterano",
"version": "0.0.1",
"main": "dist/main.min.js",
"types": "dist/types/main.d.ts",
"module": "dist/main.min.js",
"scripts": {
"build": "tsc && rollup -c && npm run cleanup-intermediate",
"prepare": "npm run build",
"cleanup-intermediate": "rimraf dist/main.js dist/utils",
"quality-check": "biome ci .",
"qc": "npm run quality-check",
"lint": "biome format . --write"
},
"repository": {
"type": "git",
"url": "git@git.nas.astrian.moe:Astrian/Laterano.git"
},
"author": "",
"license": "MIT",
"description": "",
"devDependencies": {
"@biomejs/biome": "1.9.4",
"@rollup/plugin-node-resolve": "^16.0.1",
"@rollup/plugin-terser": "^0.4.4",
"@rollup/plugin-typescript": "^12.1.2",
"dts-bundle-generator": "^9.5.1",
"i": "^0.3.7",
"npm": "^11.4.0",
"rimraf": "^6.0.1",
"rollup": "^4.40.2",
"rollup-plugin-dts": "^6.2.1",
"tslib": "^2.8.1",
"typescript": "^5.8.3"
},
"type": "module"
}