{ "name": "occulto", "version": "1.0.8", "description": "crypt utility", "main": "./lib/index.js", "types": "./lib/index.d.ts", "repository": { "type": "git", "url": "https://github.com/CupCakeArmy/occulto" }, "scripts": { "docs": "typedoc --out ./docs ./src && touch ./docs/.nojekyll", "build": "tsc", "dev": "tsnd --respawn --no-notify src/index.ts", "test": "npm run build && mocha", "prepublishOnly": "rm -rf ./lib && npm run test" }, "keywords": [ "crypto", "chacha20", "aes", "rsa", "high level" ], "author": "Niccolo Borgioli", "license": "MIT", "devDependencies": { "@types/node": "11.x", "@types/node-forge": "0.8.x", "mocha": "6.x", "ts-node-dev": "^1.0.0-pre.32", "typedoc": "^0.14.2", "typescript": "3.5.x" }, "dependencies": {} }