@nightnetwork/obscura
Version:
The next-level encoding tool.
64 lines (63 loc) • 1.67 kB
JSON
{
"name": "@nightnetwork/obscura",
"version": "1.1.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "npm run build:types && npm run build:js",
"build:js": "esbuild src/index.ts --bundle --format=esm --minify-syntax --platform=browser --outfile=dist/obscura.js --external:node-localstorage",
"build:types": "tsc --emitDeclarationOnly && bun build/post_build.js",
"preview": "vite preview",
"format": "prettier --write .",
"prepublishOnly": "npm run format && npm run build"
},
"devDependencies": {
"@types/bun": "latest",
"@types/node-localstorage": "^1.3.3",
"eslint-import-resolver-typescript": "^4.3.5",
"eslint-plugin-import": "^2.31.0",
"node-localstorage": "^3.0.5",
"prettier": "^3.5.3",
"typescript": "~5.8.3",
"vite": "^6.3.5"
},
"exports": {
".": {
"import": "./dist/obscura.js",
"types": "./dist/index.d.ts"
}
},
"files": [
"dist/"
],
"description": "The next-level encoding tool.",
"main": "index.js",
"repository": {
"type": "git",
"url": "git+https://github.com/Night-Libs/Obscura.git"
},
"keywords": [
"encode",
"encrypt",
"decrypt",
"cryptography",
"cryptic"
],
"author": "KDust7 & Amplify",
"license": "AGPL-3.0-or-later",
"bugs": {
"url": "https://github.com/Night-Libs/Obscura/issues"
},
"homepage": "https://github.com/Night-Libs/Obscura#readme",
"dependencies": {
"@types/node": "^22.15.18",
"esbuild": "^0.25.4",
"rimraf": "^6.0.1",
"tsx": "^4.19.4",
"uuid": "^11.1.0"
},
"types": "./dist/index.d.ts",
"trustedDependencies": [
"unrs-resolver"
]
}