Laterano/package.json
Astrian Zheng 41f34fcb78
All checks were successful
Publish to npm / quality (push) Successful in 27s
Publish to npm / publish (push) Successful in 24s
0.0.2
2025-05-16 20:19:38 +10:00

36 lines
879 B
JSON

{
"name": "laterano",
"version": "0.0.2",
"main": "dist/main.min.js",
"types": "dist/types.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/types",
"quality-check": "biome ci ."
},
"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"
}