UNPKG

jsshort

Version:

It will make your codes much short and easiar

53 lines (52 loc) 1.14 kB
{ "name": "jsshort", "version": "0.2.10", "description": "It will make your codes much short and easiar", "directories": { "example": "examples", "lib": "lib" }, "devDependencies": { "@types/node": "^20.8.2", "typescript": "^5.2.2" }, "main": "lib/index.js", "exports": { ".": { "types": "./types/index.d.ts", "default": "./lib/index.js" } }, "types": "./types/index.d.ts", "files": [ "src/**/*.ts", "lib/**/*.js", "types/**/*.d.ts", "types/**/*.d.ts.map" ], "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "repository": { "type": "git", "url": "git+https://github.com/PanditSiddharth/Tgind.git" }, "keywords": [ "shortjs" ], "author": { "name": "Siddharth Sharma", "email": "mynmss3@gmail.com", "url": "https://telegram.me/PanditSiddharth" }, "licenses": [ { "type": "MIT", "url": "https://opensource.org/license/mit-0/" } ], "bugs": { "url": "https://github.com/PanditSiddharth/Tgind/issues" }, "homepage": "https://github.com/PanditSiddharth/Tgind#readme" }