@bcsdlab/koin
Version:
bcsdlab 코인 유틸 모음입니다.
46 lines (45 loc) • 1.01 kB
JSON
{
"name": "@bcsdlab/koin",
"version": "0.0.15",
"main": "dist/index.js",
"description": "bcsdlab 코인 유틸 모음입니다.",
"type": "module",
"license": "MIT",
"scripts": {
"build": "yarn clean && yarn build:tsc && yarn build:js",
"build:tsc": "yarn tsc --emitDeclarationOnly",
"build:js": "node build.js",
"clean": "rm -rf dist"
},
"repository": {
"type": "git",
"url": "git+https://github.com/BCSDLab/FRONT_KOIN_LIBRARY.git"
},
"keywords": [
"koin",
"utils",
"bcsdlab"
],
"bugs": {
"url": "https://github.com/BCSDLab/FRONT_KOIN_LIBRARY/issues"
},
"homepage": "https://github.com/BCSDLab/FRONT_KOIN_LIBRARY#readme",
"exports": {
".": {
"types": "./dist/index.d.ts",
"import": "./dist/index.js",
"require": "./dist/index.cjs"
}
},
"files": [
"dist",
"src"
],
"devDependencies": {
"esbuild": "^0.20.2",
"typescript": "^5.4.4"
},
"peerDependencies": {
"axios": "^0.27.2"
}
}