@leronixlabs/nanite
Version:
Base64 String to JSON converter.
44 lines (43 loc) • 1.04 kB
JSON
{
"name": "@leronixlabs/nanite",
"version": "1.0.6",
"description": "Base64 String to JSON converter.",
"main": "dist/index.js",
"module": "dist/index.mjs",
"types": "dist/index.d.ts",
"homepage": "https://github.com/ALEXWARELLC/Nanite",
"repository": {
"type": "git",
"url": "https://github.com/ALEXWARELLC/Nanite"
},
"scripts": {
"build": "tsup",
"test": "jest",
"prepublish": "npm run test && npm run build"
},
"keywords": [
"JSON",
"BASE64",
"Converter",
"lightweight"
],
"funding": {
"type": "patreon",
"url": "https://patreon.com/user?u=95671657"
},
"author": "Alex Rouse <pendulumreal@gmail.com>",
"license": "MIT",
"devDependencies": {
"@babel/preset-typescript": "^7.24.7",
"@jest/globals": "^29.7.0",
"@types/jest": "^29.5.12",
"@types/node": "^20.14.10",
"glob": "^11.0.0",
"jest": "^29.7.0",
"jest-cli": "^29.7.0",
"lru-cache": "^11.0.0",
"ts-jest": "^29.1.5",
"tsup": "^8.1.0",
"typescript": "^5.5.3"
}
}