shrink-string-typescript
Version:
Tiny string compression module for Node.
48 lines (47 loc) • 1.11 kB
JSON
{
"name": "shrink-string-typescript",
"description": "Tiny string compression module for Node.",
"version": "3.0.12",
"author": {
"email": "mrloldev@proton.me",
"name": "MrlolDev",
"url": "https://loickteam.org"
},
"funding": {
"type": "ko-fi",
"url": "https://ko-fi.com/zacanger"
},
"license": "MIT",
"main": "lib/index.js",
"scripts": {
"build": "tsc",
"preversion": "sortpack && npm t",
"test": "npm run test:lint && npm run test:tape",
"test:lint": "standard",
"test:tape": "node index.test.js"
},
"homepage": "https://github.com/MrlolDev/shrink-string#readme",
"repository": {
"type": "git",
"url": "https://github.com/MrlolDev/shrink-string.git"
},
"bugs": "https://github.com/MrlolDev/shrink-string/issues",
"keywords": [
"base64",
"compress",
"compression",
"gzip",
"string",
"typescript"
],
"devDependencies": {
"@types/node": "18.11.9",
"sortpack": "2.2.3",
"standard": "17.0.0",
"tape-async": "2.3.0",
"typescript": "4.8.4"
},
"engines": {
"node": ">=16.0.0"
}
}