{ "name": "@elastic/node-crypto", "version": "1.2.1", "description": "Easy (yet strong) encryption and decryption facilities for Node.js", "main": "lib/crypto.js", "types": "lib/crypto.d.ts", "scripts": { "clean": "rm -rf lib coverage", "build": "npm run clean && tsc", "coverage": "jest --coverage", "test": "retire -n -p package.json && npm run lint && npm run build && npm run unit", "lint": "tslint -p tsconfig.json -c tslint.json", "unit": "jest" }, "repository": { "type": "git", "url": "git+https://github.com/elastic/node-crypto.git" }, "author": "Shaunak Kashyap (https://github.com/ycombinator)", "license": "Apache-2.0", "bugs": { "url": "https://github.com/elastic/node-crypto/issues" }, "homepage": "https://github.com/elastic/node-crypto#readme", "devDependencies": { "@types/jest": "24.0.12", "@types/node": "12.0.0", "jest": "24.8.0", "prettier": "1.17.0", "retire": "1.2.10", "ts-jest": "24.0.2", "tslint": "5.16.0", "tslint-config-prettier": "1.18.0", "tslint-plugin-prettier": "2.0.1", "typescript": "3.7.5" } }