UNPKG

crypto-service

Version:

crypto-service

32 lines (31 loc) 701 B
{ "name": "crypto-service", "version": "0.1.1", "description": "crypto-service", "main": "./lib/index.js", "types": "./src/index.ts", "scripts": { "build:lib": "tsc", "clean:lib": "rimraf lib" }, "devDependencies": { "@types/atob": "^2.1.2", "@types/btoa": "^1.2.3", "@types/node-forge": "^1.0.0", "atob": "^2.1.2", "btoa": "^1.2.1", "node-forge": "^1.3.1", "tslint": "5.10.0", "typescript": "^3.8.3" }, "publishConfig": { "registry": "https://registry.npmjs.org/" }, "repository": { "type": "git", "url": "git@github.com/core-ts/crypto-service" }, "keywords": [ "crypto-service" ] }