momo-util-types
Version:
⭐️ 모두모여라 유틸 타입 라이브러리입니다 ⭐️
42 lines (41 loc) • 888 B
JSON
{
"name": "momo-util-types",
"version": "0.1.3",
"description": "⭐️ 모두모여라 유틸 타입 라이브러리입니다 ⭐️",
"private": false,
"main": "dist/utils.js",
"types": "dist/utils.d.js",
"scripts": {
"test": "jest",
"prepare": "rm -rf dist && mkdir dist && tsc"
},
"repository": {
"type": "git",
"url": "git+https://github.com/2022-momo/momo-util-types.git"
},
"keywords": [
"momo",
"util",
"types"
],
"contributors": [
{
"name": "lee-ahhyun",
"email": "lah1203@naver.com"
},
{
"name": "usageness",
"email": "kyr9389@naver.com"
}
],
"bugs": {
"url": "https://github.com/2022-momo/momo-util-types/issues"
},
"devDependencies": {
"@types/jest": "^29.0.3",
"jest": "^29.0.3",
"ts-jest": "^29.0.2",
"tsd": "^0.24.1",
"typescript": "^4.8.3"
}
}