@authduo/authduo
Version:
Free User-sovereign Authentication for the World
51 lines (50 loc) • 1.28 kB
JSON
{
"name": "@authduo/authduo",
"version": "0.2.0-7",
"description": "Free User-sovereign Authentication for the World",
"main": "x/index.js",
"type": "module",
"files": [
"x",
"s"
],
"scripts": {
"build": "rm -rf x && run-s build-code build-ssg links",
"build-code": "turtle build --out=x",
"build-ssg": "turtle ssg --in=s,x --out=x",
"start": "run-p start-http start-turtle",
"start-http": "http-server x",
"start-turtle": "turtle watch --in=s,x --out=x -v",
"links": "run-s links-s links-assets",
"links-s": "ln -s \"$(realpath s)\" x/s",
"links-assets": "ln -s \"$(realpath assets)\" x/assets",
"devlinks-slate": "rm -rf node_modules/@benev/slate && ln -s \"$(realpath ../../@benev/slate)\" node_modules/@benev/slate",
"test": "cynic node x/tests.test.js"
},
"dependencies": {
"@benev/slate": "^0.3.0-3",
"renraku": "^0.4.3"
},
"devDependencies": {
"@benev/turtle": "^0.6.5",
"cynic": "^0.2.1",
"http-server": "^14.1.1",
"npm-run-all": "^4.1.5",
"typescript": "^5.7.3"
},
"license": "MIT",
"author": "Chase Moskal <chasemoskal@gmail.com>",
"keywords": [
"auth",
"zero-cost",
"privacy-focused",
"user-sovereign",
"clientside",
"federated",
"decentralized",
"protocol",
"free",
"open-source",
"foss"
]
}