UNPKG

@kiwi-lib/utils

Version:
49 lines 1.32 kB
{ "name": "@kiwi-lib/utils", "version": "0.1.2", "main": "lib/index.js", "types": "lib/index.d.ts", "repository": "git@github.com:kiwi-lib/utils.git", "author": "Whitekiwi <jh145478@gmail.com>", "scripts": { "lint": "eslint \"{{src}/**/*.ts,**.js}\" --fix", "test": "jest --forceExit", "test:watch": "jest --watch", "test:cov": "jest --coverage --forceExit", "build": "tsc", "script": "ts-node .scripts/index.ts" }, "dependencies": { "joi": "^17.5.0" }, "devDependencies": { "@kiwi-lib/eslint-config": "^1", "@types/jest": "^27.0.3", "@types/node": "^16.11.11", "@typescript-eslint/eslint-plugin": "^5.6.0", "@typescript-eslint/parser": "^5.6.0", "eslint": "^8.4.1", "eslint-config-prettier": "^8.3.0", "eslint-plugin-import": "^2.25.3", "eslint-plugin-prettier": "^4.0.0", "jest": "^27.4.3", "prettier": "^2.5.1", "ts-jest": "^27.0.7", "ts-node": "^10.4.0", "typescript": "^4.5.2" }, "license": "MIT", "homepage": "https://github.com/kiwi-lib/utils", "bugs": { "url": "https://github.com/kiwi-lib/utils/issues", "email": "jh145478@gmail.com" }, "keywords": [ "kiwi-lib" ], "files": [ "lib" ], "packageManager": "yarn@3.1.1", "prettier": "@kiwi-lib/eslint-config/prettier.config" }