Files
common-typescript-repo/package.json
geonhee-min eb76938777 1.0.8
2025-12-15 09:32:58 +09:00

35 lines
808 B
JSON

{
"name": "@baekyangdan/core-utils",
"version": "1.0.8",
"description": "Common Repo",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "tsup src/index.ts --dts --format cjs,esm"
},
"repository": {
"type": "git",
"url": "https://gitea.bkdhome.p-e.kr/baekyangdan/common-typescript-repo.git"
},
"publishConfig": {
"registry": "https://gitea.bkdhome.p-e.kr/api/packages/baekyangdan/npm/"
},
"keywords": [],
"author": "",
"license": "ISC",
"type": "commonjs",
"files": [
"dist"
],
"devDependencies": {
"@types/node": "^25.0.0",
"typescript": "^5.9.3"
},
"dependencies": {
"date-fns": "^4.1.0",
"reflect-metadata": "^0.2.2",
"tsup": "^8.5.1"
}
}