UNPKG

541 BJSONView Raw
1{
2 "name": "khali",
3 "version": "1.1.0",
4 "description": "Simply check if your array, object, string, number, etc are empty or not.",
5 "repository": "https://github.com/zanvent/khali",
6 "author": "Mir Ashif, Samiul Haque Sohan",
7 "license": "GPL-2.0-only",
8 "prepublish": "tsc",
9 "main": "dist/index.js",
10 "types": "dist/index.d.ts",
11 "keywords": ["empty", "check", "variable", "array", "object", "string", "number"],
12 "scripts": {
13 "build": "tsc"
14 },
15 "devDependencies": {
16 "typescript": "^4.2.3"
17 }
18}