{
	"name": "@riao/rest",
	"version": "2.1.4",
	"description": "Riao REST API framework",
	"typescript-template": {
		"base": "1.0.1",
		"jasmine": "1.0.0",
		"library": "1.0.0"
	},
	"scripts": {},
	"dependencies": {
		"@riao/dbal": "^3.7.0",
		"@riao/rest-contract": "^1.0.0",
		"api-machine": "^1.3.0",
		"valsan": "^2.3.0"
	},
	"repository": {
		"type": "git",
		"url": "git+https://github.com/riao-project/riao-rest.git"
	},
	"author": "riao-project",
	"license": "MIT",
	"bugs": {
		"url": "https://github.com/riao-project/riao-rest/issues"
	},
	"homepage": "https://github.com/riao-project/riao-rest#readme",
	"keywords": [
		"riao",
		"rest",
		"api",
		"framework",
		"typescript",
		"nodejs",
		"express",
		"dbal",
		"swagger",
		"openapi",
		"endpoint",
		"server",
		"router",
		"controller",
		"database",
		"backend"
	],
	"main": "index.js",
	"types": "index.d.ts"
}