-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 855 Bytes
/
package.json
File metadata and controls
39 lines (39 loc) · 855 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
35
36
37
38
39
{
"name": "@appstrap/core",
"version": "4.2.1",
"main": "index.js",
"author": "James LeClair <james@pixelpro.dev>",
"license": "ISC",
"repository": "https://github.com/pixelprodev/appstrap",
"scripts": {
"test": "jest"
},
"devDependencies": {
"expect": "27.4.6",
"performance-now": "2.1.0",
"sinon": "^17.0.1",
"standard": "^17.1.0",
"supertest": "^6.3.3"
},
"dependencies": {
"axios": "^1.7.9",
"body-parser": "^1.20.2",
"chalk": "3.0.0",
"chokidar": "3.3.0",
"decache": "4.5.1",
"express": "^4.18.2",
"glob": "8.0.3",
"joi": "^17.11.0",
"jwt-decode": "^4.0.0",
"lodash.merge": "4.6.2",
"mocha": "^11.0.1",
"path-to-regexp": "^8.2.0",
"redux": "4.2.1",
"redux-saga": "1.2.3",
"reselect": "4.1.8"
},
"files": [
"index.js",
"lib/*"
]
}