@deepbrainspace/nx-surrealdb
Version:
NX plugin for SurrealDB migrations with modular architecture
60 lines • 1.49 kB
JSON
{
"name": "@deepbrainspace/nx-surrealdb",
"version": "0.4.1",
"description": "NX plugin for SurrealDB migrations with modular architecture",
"main": "./src/index.js",
"types": "./src/index.d.ts",
"exports": {
".": "./src/index.js",
"./package.json": "./package.json"
},
"generators": "./generators.json",
"executors": "./executors.json",
"private": false,
"keywords": [
"nx",
"plugin",
"surrealdb",
"migrations",
"database"
],
"repository": {
"type": "git",
"url": "git+https://github.com/deepbrainspace/nx-plugins.git",
"directory": "packages/nx-surrealdb"
},
"license": "MIT",
"publishConfig": {
"access": "public"
},
"dependencies": {
"@nx/devkit": "^21.2.0",
"dotenv": "^16.5.0",
"picocolors": "^1.1.1",
"surrealdb": "^1.3.2",
"tslib": "^2.8.1"
},
"devDependencies": {
"@eslint/js": "^9.8.0",
"@nx/eslint": "^21.2.0",
"@nx/jest": "^21.2.0",
"@nx/plugin": "^21.2.0",
"@types/jest": "^29.5.12",
"@types/node": "^24.0.1",
"@typescript-eslint/eslint-plugin": "^8.0.0",
"@typescript-eslint/parser": "^8.0.0",
"eslint": "^9.8.0",
"globals": "^15.0.0",
"jest": "^29.7.0",
"jsonc-eslint-parser": "^2.4.0",
"ts-jest": "^29.4.0",
"ts-node": "^10.9.2",
"typescript": "^5.8.3"
},
"type": "commonjs",
"scripts": {
"build": "nx build nx-surrealdb",
"test": "nx test nx-surrealdb",
"lint": "nx lint nx-surrealdb"
}
}