Files
manga-app-nuxt/shared/package.json
T
2026-04-16 03:16:09 +02:00

13 lines
225 B
JSON

{
"name": "@manga-app/shared",
"private": true,
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
"scripts": {
"build": "tsc -p tsconfig.json"
},
"devDependencies": {
"typescript": "^5.4.2"
}
}