mirror of
https://github.com/cupcakearmy/occulto.git
synced 2026-06-11 07:56:51 +00:00
51 lines
1.1 KiB
JSON
51 lines
1.1 KiB
JSON
{
|
|
"name": "occulto",
|
|
"version": "2.0.6",
|
|
"description": "crypt utility",
|
|
"keywords": [
|
|
"isomorphic",
|
|
"crypto",
|
|
"aes",
|
|
"rsa"
|
|
],
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/cupcakearmy/occulto"
|
|
},
|
|
"license": "MIT",
|
|
"author": {
|
|
"name": "Niccolo Borgioli",
|
|
"email": "opensource@nicco.io",
|
|
"url": "https://nicco.io"
|
|
},
|
|
"sideEffects": false,
|
|
"type": "module",
|
|
"exports": {
|
|
"types": "./dist/index.d.mts",
|
|
"import": "./dist/index.mjs"
|
|
},
|
|
"files": [
|
|
"dist"
|
|
],
|
|
"scripts": {
|
|
"build": "tsdown",
|
|
"docs": "typedoc",
|
|
"typecheck": "tsc --noEmit",
|
|
"prepublishOnly": "CI=1 run-s typecheck test build",
|
|
"test": "vitest"
|
|
},
|
|
"devDependencies": {
|
|
"@testing-library/dom": "^10.4.1",
|
|
"@tsconfig/strictest": "^2.0.8",
|
|
"@types/node": "^24.12.4",
|
|
"@vitest/browser-playwright": "^4.1.7",
|
|
"npm-run-all2": "^9.0.1",
|
|
"playwright": "^1.60.0",
|
|
"tsdown": "^0.22.1",
|
|
"typedoc": "^0.28.19",
|
|
"typescript": "^6.0.3",
|
|
"vitest": "^4.1.7"
|
|
},
|
|
"packageManager": "pnpm@11.5.0"
|
|
}
|