@data-loom/auth-js
Version:
Official client library for Dataloom Auth
62 lines • 2.09 kB
JSON
{
"name": "@data-loom/auth-js",
"version": "0.4.13",
"private": false,
"description": "Official client library for Dataloom Auth",
"keywords": [
"auth",
"dataloom",
"auth",
"authentication"
],
"license": "MIT",
"author": "Dataloom",
"files": [
"dist"
],
"main": "dist/main/index.js",
"module": "dist/module/index.js",
"types": "dist/module/index.d.ts",
"scripts": {
"clean": "rimraf dist docs",
"coverage": "echo \"run npm test\"",
"format": "prettier --write \"{src,test}/**/*.ts\"",
"build": "genversion src/lib/version.ts --es6 && run-s clean format build:* && run-s lint",
"build:main": "npx tsc -p tsconfig.json --extendedDiagnostics",
"build:module": "npx tsc -p tsconfig.module.json --extendedDiagnostics",
"lint": "exit 0",
"test": "run-s test:clean test:infra test:suite test:clean",
"test:suite": "jest --runInBand --coverage",
"test:infra": "cd infra && docker compose down && docker compose pull && docker compose up -d && sleep 30",
"test:clean": "cd infra && docker compose down",
"test:cov": "exit 0",
"docs": "typedoc src/index.ts --out docs/v2 --excludePrivate --excludeProtected",
"docs:json": "typedoc --json docs/v2/spec.json --excludeExternals --excludePrivate --excludeProtected src/index.ts"
},
"dependencies": {
"@data-loom/node-fetch": "0.4.13"
},
"devDependencies": {
"@solana/wallet-standard-features": "^1.3.0",
"@types/faker": "^5.1.6",
"@types/jest": "~29.2.4",
"@types/jsonwebtoken": "^8.5.8",
"@types/node": "^18.16.19",
"@types/node-fetch": "~2.6.2",
"@typescript-eslint/eslint-plugin": "^5.43.0",
"@typescript-eslint/parser": "^5",
"eslint": "^8",
"faker": "^5.3.1",
"genversion": "^3.1.1",
"jest": "^29.6.1",
"jest-mock-server": "^0.1.0",
"jsonwebtoken": "^9.0.2",
"npm-run-all": "^4.1.5",
"prettier": "^2",
"rimraf": "^3.0.0",
"semantic-release-plugin-update-version-in-files": "^1.1.0",
"ts-jest": "^28.0.7",
"typedoc": "~0.23.24",
"typescript": "^4"
}
}