@jk-core/utils
Version:
utils for jk
53 lines (52 loc) • 1.22 kB
JSON
{
"name": "@jk-core/utils",
"version": "1.0.0",
"type": "module",
"description": "utils for jk",
"author": "KimKyungYun <kky38225221@gmail.com>",
"homepage": "https://bitbucket.org/jkcore/frontend_library#readme",
"license": "MIT",
"main": "./dist/index.js",
"repository": {
"type": "git",
"url": "git+https://KyungYun@bitbucket.org/jkcore/frontend_library.git"
},
"publishConfig": {
"access": "public"
},
"scripts": {
"build": "yarn clean && vite build",
"clean": "rm -rf dist",
"lint": "yarn lint:eslint && yarn lint:stylelint",
"lint:eslint": "eslint ./src/ --ext .tsx,.ts"
},
"bugs": {
"url": "https://bitbucket.org/jkcore/frontend_library/issues"
},
"exports": {
".": {
"types": "./dist/index.d.ts",
"import": "./dist/index.js",
"require": "./dist/index.cjs"
}
},
"files": [
"dist",
"src"
],
"keywords": [
"utils",
"kyungyun"
],
"dependencies": {
"react": "^18.3.1",
"typescript": "^5.5.3"
},
"devDependencies": {
"@types/node": "^22.7.4",
"@types/react": "^18.3.11",
"@vitejs/plugin-react-swc": "^3.7.1",
"vite": "^5.4.8",
"vite-plugin-dts": "^4.2.3"
}
}