@kikiutils/types
Version:
Lightweight utility types package with global declarations, Vue support, and no import required.
76 lines (75 loc) • 1.87 kB
JSON
{
"name": "@kikiutils/types",
"version": "8.0.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"
],
"sideEffects": false,
"exports": {
".": {
"types": "./dist/index.d.ts",
"import": null,
"require": null
},
"./vue": {
"types": "./dist/vue.d.ts",
"import": null,
"require": null
}
},
"types": "./dist/index.d.ts",
"files": [
"./dist",
"./src"
],
"scripts": {
"build": "rimraf ./dist && tsc -p ./tsconfig.build.json",
"bumplog": "changelogen --bump --hideAuthorEmail",
"depcheck": "depcheck",
"lint": "eslint --max-warnings 0",
"lint:fix": "eslint --fix --max-warnings 0",
"prepack": "pnpm run build",
"release": "pnpm run lint && pnpm run typecheck && pnpm run test && pnpm run build && changelogen --hideAuthorEmail --push --release && npm publish",
"test": " ",
"typecheck": "tsc --noEmit",
"unused-exports": "ts-unused-exports ./tsconfig.json"
},
"dependencies": {
"@types/node": "^24.5.2",
"bson": "^6.10.4"
},
"devDependencies": {
"@kikiutils/changelogen": "^0.9.0",
"@kikiutils/eslint-config": "^3.0.1",
"@kikiutils/tsconfigs": "^5.0.5",
"depcheck": "^1.4.7",
"rimraf": "^6.0.1",
"ts-unused-exports": "^11.0.1",
"typescript": "^5.9.2",
"vue": "^3.5.21"
},
"pnpm": {
"onlyBuiltDependencies": [
"esbuild",
"unrs-resolver"
]
}
}