UNPKG

doauthor

Version:

A client for DoAuth: a fast, lean and reliable authentication server based on verifiable credentials standard

50 lines (49 loc) 1.81 kB
{ "name": "doauthor", "version": "0.6.1", "description": "A client for DoAuth: a fast, lean and reliable authentication server based on verifiable credentials standard ", "main": "src/index.js", "scripts": { "bootstrap": "npm-run-all get:*", "get:hooks": "cp ./pre-commit .git/hooks/", "get:chrome": "sudo apt install fonts-liberation && wget https://doma.2038.io/software/google-chrome-stable_current_amd64.deb -O /tmp/chrome.deb && sudo dpkg -i /tmp/chrome.deb && rm -v /tmp/chrome.deb", "get:sodium": "wget https://raw.githubusercontent.com/jedisct1/libsodium.js/master/dist/browsers/sodium.js -O src/sodium.js", "build": "./node_modules/webpack-cli/bin/cli.js", "watch": "./node_modules/webpack-cli/bin/cli.js watch --env development", "release": "npm run build && npm run test:run && npm publish", "test:setup": "npx serve -l 8174", "test:run": "npx wdio", "test:dirty": "npx serve -l 8174 & sleep 1; npx wdio" }, "repository": { "type": "git", "url": "git+https://github.com/doma-engineering/doauthor-js.git" }, "keywords": [ "aaa", "authentication", "authorization", "verifiable credentials", "decentralized", "identifiers" ], "author": "Doma", "license": "WTFPL", "bugs": { "url": "https://github.com/doma-engineering/doauthor-js/issues" }, "homepage": "https://github.com/doma-engineering/doauthor-js#readme", "devDependencies": { "@wdio/cli": "^7.9.1", "@wdio/local-runner": "^7.9.1", "@wdio/mocha-framework": "^7.9.1", "@wdio/spec-reporter": "^7.9.0", "chromedriver": "^92.0.1", "npm-run-all": "^4.1.5", "path-browserify": "^1.0.1", "serve": "^13.0.2", "wdio-chromedriver-service": "^7.2.0", "webpack": "^5.49.0", "webpack-cli": "^4.7.2" } }