Laterano/package.json
Astrian Zheng 8fe77f3b9b
initial commit
with basic features of Laterano
2025-05-14 09:34:13 +10:00

20 lines
355 B
JSON

{
"name": "laterano",
"version": "0.0.0",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"build": "tsc"
},
"repository": {
"type": "git",
"url": "git@git.nas.astrian.moe:Astrian/Laterano.git"
},
"author": "",
"license": "MIT",
"description": "",
"devDependencies": {
"typescript": "^5.8.3"
}
}