Files
core_ng/@sammo/util/package.json
T
2023-09-23 16:34:23 +00:00

31 lines
690 B
JSON

{
"name": "@sammo/util",
"version": "1.0.0",
"description": "",
"main": "dist/index.js",
"scripts": {
"build": "tsc --build"
},
"exports": {
".": "./dist/index.js",
"./converter": "./dist/converter/index.js",
"./datetime": "./dist/datetime/index.js",
"./korean": "./dist/korean/index.js",
"./josa_util": "./dist/korean/josa_util.js",
"./string": "./dist/string/index.js"
},
"type": "module",
"keywords": [],
"author": "",
"license": "MIT",
"devDependencies": {
"@types/node": "^20.6.3",
"date-fns": "^2.30.0",
"lodash-es": "^4.17.21"
},
"peerDependencies": {
"date-fns": "^2.30.0",
"lodash-es": "^4.17.21"
}
}