{ "name": "occulto", "version": "2.0.0", "license": "MIT", "description": "crypt utility", "keywords": [ "isomorphic", "crypto", "aes", "rsa" ], "engines": { "node": ">=16", "npm": "please-use-pnpm", "yarn": "please-use-pnpm", "pnpm": "7" }, "type": "module", "types": "./dist/index.d.ts", "exports": { ".": { "types": "./dist/index.d.ts", "import": "./dist/index.js" } }, "files": [ "dist" ], "scripts": { "docs": "typedoc", "test:node": "mocha", "test:browser": "karma start .karma.cjs --single-run", "test": "run-s build test:*", "build": "tsc", "clean": "rm -rf ./dist", "dev": "run-p -ln dev:*", "dev:build": "tsc -w", "dev:test:node": "mocha --parallel --watch", "dev:test:browser": "karma start .karma.cjs", "prepublishOnly": "run-s clean build" }, "devDependencies": { "@endyjasmi/karma-playwright-launcher": "^0.0.4", "@types/node": "^16.18.11", "chai": "^4.3.7", "karma": "^6.4.1", "karma-mocha": "^2.0.1", "mocha": "^10.2.0", "npm-run-all": "^4.1.5", "playwright": "^1.29.2", "typedoc": "^0.23.24", "typescript": "^4.9.4" }, "repository": { "type": "git", "url": "https://github.com/cupcakearmy/occulto" }, "author": { "name": "Niccolo Borgioli", "email": "opensource@nicco.io", "url": "https://nicco.io" } }