forked from mitre/saf-site-backend
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
48 lines (48 loc) · 1.4 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
48
{
"name": "saf-site-backend",
"description": "The MITRE Security Automation Framework© (SAF) brings together open-source, accessible applications, techniques, libraries, and tools developed by MITRE and the security community to streamline security automation for systems and DevOps pipelines.",
"version": "1.0.0",
"scripts": {
"dev": "strapi develop",
"start": "strapi start",
"build": "strapi build",
"strapi": "strapi",
"test": "jest --forceExit --detectOpenHandles"
},
"dependencies": {
"@ckeditor/strapi-plugin-ckeditor": "^0.0.7",
"@strapi/plugin-graphql": "^4.13.7",
"@strapi/plugin-i18n": "^4.13.7",
"@strapi/plugin-users-permissions": "^4.13.7",
"@strapi/provider-upload-aws-s3": "^4.13.7",
"@strapi/strapi": "^4.13.7",
"fs": "^0.0.1-security",
"pg": "^8.11.1",
"pg-connection-string": "^2.6.1",
"sqlite3": "^5.1.6",
"util": "^0.12.5",
"uuidv4": "^6.2.12"
},
"strapi": {
"uuid": "61e8a3da-dbc1-4656-ba9a-d9c78e99ef5c"
},
"engines": {
"node": "18.20.3"
},
"license": "Apache-2.0",
"devDependencies": {
"jest": "^29.6.2",
"supertest": "^6.3.3"
},
"jest": {
"testPathIgnorePatterns": [
"/node_modules/",
".tmp",
".cache"
],
"testEnvironment": "node"
},
"packageManager": "yarn@1.22.22",
"main": "index.js",
"repository": "git@github.com:p-oneil/saf-site-backend.git"
}