{
	"name": "@authlocal/authlocal",
	"version": "0.2.0-17",
	"description": "User-sovereign Logins For All",
	"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-11",
		"renraku": "^0.4.5"
	},
	"devDependencies": {
		"@benev/turtle": "^0.6.8",
		"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"
	]
}
