{ "name": "@pushrocks/smartcrypto", "version": "1.0.10", "private": false, "description": "easy crypto methods", "main": "dist_ts/index.js", "typings": "dist_ts/index.d.ts", "author": "Lossless GmbH", "license": "MIT", "scripts": { "test": "(tstest test/ --web)", "build": "(tsbuild --web)" }, "devDependencies": { "@gitzone/tsbuild": "^2.1.25", "@gitzone/tstest": "^1.0.52", "@pushrocks/tapbundle": "^3.2.14", "@types/node": "^14.14.31", "tslint": "^6.1.3", "tslint-config-prettier": "^1.18.0" }, "dependencies": { "@pushrocks/smartpromise": "^3.1.3", "@types/node-forge": "^0.9.7", "node-forge": "^0.10.0" }, "files": [ "ts/*", "ts_web/*", "dist/*", "dist_web/*", "dist_ts_web/*", "assets/*", "cli.js", "npmextra.json", "readme.md" ] }