UNPKG

@nichoth/ssc-lambda

Version:

ssc-related functions that are factored in such a way that they work in lambda functions

40 lines (39 loc) 1.07 kB
{ "name": "@nichoth/ssc-lambda", "description": "ssc-related functions that are factored in such a way that they work in lambda functions", "version": "0.0.19", "main": "index.js", "scripts": { "postversion": "git push && git push --tags && npm publish", "test": "tape test/index.js | tap-arc", "test-web": "browserify -p esmify test/web.js | tape-run | tap-arc" }, "repository": { "type": "git", "url": "git+https://github.com/nichoth/ssc-lambda.git" }, "keywords": [ "ssc" ], "author": "nichoth", "license": "ISC", "bugs": { "url": "https://github.com/nichoth/ssc-lambda/issues" }, "homepage": "https://github.com/nichoth/ssc-lambda#readme", "dependencies": { "chloride": "^2.4.1", "json-stable-stringify": "^1.0.1", "monotonic-timestamp": "^0.0.9", "one-webcrypto": "^1.0.3", "uint8arrays": "^3.0.0" }, "devDependencies": { "@nichoth/ssc": "^0.10.0", "browserify": "^17.0.0", "esmify": "^2.1.1", "tap-arc": "^0.3.4", "tape": "^5.5.3", "tape-run": "^10.0.0" } }