UNPKG

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