@warriorteam/dynamic-table
Version:
NestJS SDK for Dynamic Table System with PostgreSQL + JSONB - Build Airtable/Notion-like applications easily
84 lines (83 loc) • 2.18 kB
JSON
{
"name": "@warriorteam/dynamic-table",
"version": "1.0.0-beta.1",
"description": "NestJS SDK for Dynamic Table System with PostgreSQL + JSONB - Build Airtable/Notion-like applications easily",
"main": "dist/index.js",
"module": "dist/index.mjs",
"types": "dist/index.d.ts",
"exports": {
".": {
"import": "./dist/index.mjs",
"require": "./dist/index.js",
"types": "./dist/index.d.ts"
}
},
"files": [
"dist",
"README.md",
"LICENSE"
],
"scripts": {
"build": "tsup",
"dev": "tsup --watch",
"lint": "eslint src --ext .ts",
"test": "jest",
"test:watch": "jest --watch",
"test:cov": "jest --coverage",
"prepublishOnly": "npm run build"
},
"keywords": [
"nestjs",
"dynamic-table",
"airtable",
"notion",
"postgresql",
"jsonb",
"typeorm",
"meta-data-driven",
"schema-less",
"flexible-schema"
],
"author": "WarriorTeam",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/warriorteam/dynamic-table"
},
"bugs": {
"url": "https://github.com/warriorteam/dynamic-table/issues"
},
"homepage": "https://github.com/warriorteam/dynamic-table#readme",
"peerDependencies": {
"@nestjs/common": "^10.0.0",
"@nestjs/core": "^10.0.0",
"@nestjs/typeorm": "^10.0.0",
"typeorm": "^0.3.0",
"pg": "^8.0.0",
"reflect-metadata": "^0.1.13 || ^0.2.0"
},
"devDependencies": {
"@nestjs/common": "^10.0.0",
"@nestjs/core": "^10.0.0",
"@nestjs/testing": "^10.0.0",
"@nestjs/typeorm": "^10.0.0",
"@types/jest": "^29.5.0",
"@types/node": "^20.0.0",
"@typescript-eslint/eslint-plugin": "^6.0.0",
"@typescript-eslint/parser": "^6.0.0",
"eslint": "^8.0.0",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-prettier": "^5.0.0",
"jest": "^29.5.0",
"pg": "^8.11.0",
"prettier": "^3.0.0",
"reflect-metadata": "^0.2.0",
"ts-jest": "^29.1.0",
"tsup": "^8.0.0",
"typeorm": "^0.3.17",
"typescript": "^5.3.0"
},
"engines": {
"node": ">=18.0.0"
}
}