@kikiutils/types
Version:
Lightweight utility types package with global declarations, Vue support, and no import required.
65 lines (64 loc) • 1.48 kB
JSON
{
"name": "@kikiutils/types",
"version": "5.3.0",
"description": "Lightweight utility types package with global declarations, Vue support, and no import required.",
"author": "kiki-kanri",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/kikiutils/node-types.git"
},
"keywords": [
"component-types",
"declaration",
"declare-global",
"global-types",
"no-import",
"ts",
"type-fest",
"types",
"typescript",
"utility-types",
"vue",
"vue-types"
],
"exports": {
".": {
"types": "./dist/index.d.ts"
},
"./vue": {
"types": "./dist/vue.d.ts"
}
},
"files": [
"./dist"
],
"scripts": {
"build": "rimraf ./dist && tsc",
"bumplog": "changelogen --bump --hideAuthorEmail",
"lint": "eslint",
"lint:fix": "eslint --fix",
"prepack": "pnpm run build",
"release": "pnpm run lint && pnpm run test && pnpm run build && changelogen --hideAuthorEmail --push --release && npm publish",
"test": " ",
"typecheck": "tsc --noEmit"
},
"dependencies": {
"bson": "^6.10.3",
"type-fest": "^4.41.0"
},
"devDependencies": {
"@kikiutils/changelogen": "^0.8.0",
"@kikiutils/eslint-config": "^1.0.2",
"@kikiutils/tsconfigs": "^5.0.1",
"rimraf": "^6.0.1",
"typescript": "^5.8.3",
"vue": "^3.5.13"
},
"pnpm": {
"onlyBuiltDependencies": [
"esbuild",
"unrs-resolver"
]
}
}