Files
rent/packages/shared-utils/package.json
T
2026-05-14 09:55:25 +08:00

16 lines
273 B
JSON

{
"name": "@rent/shared-utils",
"version": "1.0.0",
"private": true,
"type": "module",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"build": "tsc",
"dev": "tsc --watch"
},
"devDependencies": {
"typescript": "^6.0.3"
}
}