{
	"name": "@riao/dbal",
	"version": "3.8.0",
	"description": "riao database",
	"typescript-template": {
		"base": "1.0.0",
		"jasmine": "1.0.0",
		"library": "1.0.0"
	},
	"scripts": {},
	"dependencies": {
		"ts-appconfig": "^1.2.0",
		"ts-import-ts": "^1.0.0"
	},
	"repository": {
		"type": "git",
		"url": "git+https://github.com/riao-project/riao-dbal.git"
	},
	"author": "riao",
	"license": "MIT",
	"bugs": {
		"url": "https://github.com/riao-project/riao-dbal/issues"
	},
	"homepage": "https://github.com/riao-project/riao-dbal#readme",
	"keywords": [
		"database",
		"dbal",
		"mysql",
		"postgres",
		"mssql",
		"sqlserver",
		"orm",
		"sql",
		"sqlite",
		"query-builder",
		"database-abstraction",
		"typescript",
		"migrations",
		"schema",
		"transactions",
		"ddl",
		"database-management",
		"multi-database",
		"reporting",
		"analytics",
		"seeding",
		"database-functions"
	],
	"main": "index.js",
	"types": "index.d.ts"
}