-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
executable file
·34 lines (34 loc) · 895 Bytes
/
package.json
File metadata and controls
executable file
·34 lines (34 loc) · 895 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
{
"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"
}
}