-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
36 lines (36 loc) · 929 Bytes
/
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
{
"name": "@glowstudent/youversion-core",
"version": "1.0.0",
"description": "The core of the YouVersion API projects",
"scripts": {
"build": "tsc",
"test": "vitest",
"test:coverage": "vitest run --coverage"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Glowstudent777/YouVersion-Core.git"
},
"keywords": [],
"author": "Glowstudent",
"license": "MIT",
"bugs": {
"url": "https://github.com/Glowstudent777/YouVersion-Core/issues"
},
"homepage": "https://github.com/Glowstudent777/YouVersion-Core#readme",
"dependencies": {
"axios": "1.1.3",
"body-parser": "^1.20.1",
"cheerio": "1.0.0-rc.12",
"cheerio-select": "2.1.0",
"dotenv-extended": "^2.9.0",
"express": "^4.18.2",
"fs": "0.0.1-security",
"path": "^0.12.7"
},
"devDependencies": {
"@types/node": "^18.13.0",
"typescript": "^4.9.5",
"vitest": "^1.6.0"
}
}