{
	"name": "@ayana/bento",
	"version": "1.0.0-beta.8",
	"description": "Modular runtime framework designed to solve complex tasks",
	"repository": "https://gitlab.com/ayana/libs/bento",
	"author": "Ayana Developers <devs@ayana.io>",
	"contributors": [
		"HcgRandon <me@randon.moe>",
		"TheAkio <me@theak.io>"
	],
	"main": "build/index.js",
	"types": "build/index.d.ts",
	"scripts": {
		"start": "node build/index.js",
		"build": "rm -rf build/ && tsc",
		"prepublishOnly": "rm -rf build/ && tsc",
		"test": "rm -rf build && tsc && mocha",
		"testcoverage": "rm -rf build && tsc && nyc mocha"
	},
	"dependencies": {
		"@ayana/errors": "^1.0.0",
		"@ayana/logger-api": "^2.0.0"
	},
	"devDependencies": {
		"@ayana/test": "^2.0.1",
		"@ayana/tslint-config": "^1.2.4",
		"@types/node": "^12.6.2",
		"tslint": "^5.17.0",
		"typescript": "^3.5.3"
	},
	"bugs": {
		"url": "https://gitlab.com/ayana/libs/bento/issues"
	},
	"keywords": [
		"bento",
		"api",
		"app",
		"application",
		"ayana",
		"backend",
		"component",
		"framework",
		"plugin"
	],
	"license": "MIT",
	"private": false
}
