@teqfw/test
Version:
Provides a test environment for TeqFW plugins and projects, including a pre-configured DI container, database support, and plugin dependency management tools.
35 lines (34 loc) • 895 B
JSON
{
"name": "@teqfw/test",
"version": "0.24.0",
"description": "Provides a test environment for TeqFW plugins and projects, including a pre-configured DI container, database support, and plugin dependency management tools.",
"keywords": [
"ecmascript 2015",
"es6+",
"teqfw",
"tequila framework",
"test",
"web applications"
],
"homepage": "https://github.com/teqfw/test#readme",
"bugs": {
"url": "https://github.com/teqfw/test/issues"
},
"license": "Apache-2.0",
"author": "Alex Gusev <alex@flancer64.com>",
"main": "src/Back/Index.mjs",
"repository": {
"type": "git",
"url": "git+https://github.com/teqfw/test.git"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"dependencies": {
"@teqfw/core": ">=0.0.30.3 <1.0.0"
},
"devDependencies": {
"dotenv": "latest",
"mocha": "latest"
}
}