ez-common-ts/package.json

15 lines
307 B
JSON
Raw Normal View History

2023-11-10 15:34:16 +08:00
{
"name": "ez-common-ts",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
2023-11-10 16:35:59 +08:00
"build": "vite build && tsc -p tsconfig.build.json"
2023-11-10 15:34:16 +08:00
},
"devDependencies": {
"typescript": "^5.0.2",
"vite": "^4.4.5"
2023-11-10 16:35:59 +08:00
},
"module": "./lib/index.es.js",
"types": "./lib/index.d.ts"
}