UNPKG

820 BJSONView Raw
1{
2 "name": "khali",
3 "version": "2.1.1",
4 "description": "Simply check if your array, object, nested stuff, string, number, etc are empty or not.",
5 "repository": {
6 "type": "git",
7 "url": "git+https://github.com/mirashif/khali.git"
8 },
9 "author": "Mir Ashif, Samiul Haque Sohan",
10 "license": "GPL-2.0-only",
11 "prepublish": "bun run build",
12 "keywords": [
13 "empty",
14 "is-empty",
15 "check",
16 "variable",
17 "array",
18 "object",
19 "string",
20 "number"
21 ],
22 "main": "dist/index.js",
23 "types": "dist/index.d.ts",
24 "scripts": {
25 "build": "tsc",
26 "lint": "npx @biomejs/biome check --apply ./src",
27 "test": "vitest --dir ./tests"
28 },
29 "devDependencies": {
30 "@biomejs/biome": "^1.5.3",
31 "typescript": "^5.4.5",
32 "vitest": "^1.6.0"
33 },
34 "packageManager": "npm@10.5.0"
35}