arcstrum-sdk
Version:
Arcstrum SDK for authentication and database management
52 lines (51 loc) • 1.12 kB
JSON
{
"name": "arcstrum-sdk",
"version": "0.6.4",
"description": "Arcstrum SDK for authentication and database management",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"type": "module",
"exports": {
".": {
"import": "./dist/index.js",
"require": "./dist/index.js",
"types": "./dist/index.d.ts"
}
},
"scripts": {
"build": "tsc",
"prepare": "npm run build",
"test": "echo \"No tests yet\" && exit 0",
"clean": "rm -rf dist"
},
"files": [
"dist",
"package.json",
"README.md"
],
"repository": {
"type": "git",
"url": "https://github.com/hori-jonathan/arcstrum-sdk.git"
},
"keywords": [
"arcstrum",
"sdk",
"database",
"authentication"
],
"author": "Your Name <you@example.com>",
"license": "MIT",
"dependencies": {
"arcstrum-sdk": "file:",
"express": "^5.1.0",
"fastify": "^5.3.3",
"uuid": "^9.0.0"
},
"devDependencies": {
"@types/express": "^5.0.2",
"typescript": "^5.4.0"
},
"engines": {
"node": ">=18.0.0"
}
}