-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
47 lines (47 loc) · 1.14 KB
/
package.json
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
35
36
37
38
39
40
41
42
43
44
45
46
47
{
"name": "strapi-plugin-testing",
"version": "0.3.0",
"description": "Out-of-the-box automated testing for Strapi",
"strapi": {
"name": "strapi-plugin-testing",
"icon": "plug",
"description": "Out-of-the-box automated testing for Strapi"
},
"dependencies": {
"fs-extra": "^9.1.0",
"jest": "^26.1.0",
"sqlite3": "latest",
"supertest": "^4.0.2"
},
"author": "Antoine-lb <[email protected]> (https://github.com/Antoine-lb)",
"maintainers": [
"Antoine-lb <[email protected]> (https://github.com/Antoine-lb)"
],
"engines": {
"node": ">=10.0.0",
"npm": ">=6.0.0"
},
"license": "MIT",
"main": "index.js",
"files": [
"src",
"assets"
],
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Antoine-lb/strapi-plugin-testing.git"
},
"keywords": [
"Strapi",
"UT",
"Unit-Testing",
"Integration-Testing"
],
"bugs": {
"url": "https://github.com/Antoine-lb/strapi-plugin-testing/issues"
},
"homepage": "https://github.com/Antoine-lb/strapi-plugin-testing#readme"
}