@solgt/supertokens-sync
Version:
Sync your Supertokens tenants, roles and permissions to a local file
45 lines (44 loc) • 1.06 kB
JSON
{
"name": "@solgt/supertokens-sync",
"version": "0.2.0",
"description": "Sync your Supertokens tenants, roles and permissions to a local file",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"files": [
"dist"
],
"bin": {
"supertokens-sync": "dist/index.js"
},
"scripts": {
"dev": "ts-node src/index.ts",
"build": "tsc",
"test": "vitest"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Solgt/supertokens-sync.git"
},
"keywords": [
"supertokens", "rbac", "pbac", "sync", "roles", "permissions"
],
"author": "Filip Niklas",
"license": "MIT",
"bugs": {
"url": "https://github.com/Solgt/supertokens-sync/issues"
},
"homepage": "https://github.com/Solgt/supertokens-sync#readme",
"devDependencies": {
"@biomejs/biome": "2.3.6",
"@types/dotenv": "^6.1.1",
"@types/node": "^22.9.0",
"ts-node": "^10.9.2",
"typescript": "^5.6.3",
"vitest": "^3.0.7"
},
"dependencies": {
"axios": "^1.7.7",
"dotenv": "^16.4.5",
"zod": "^3.23.8"
}
}