-
-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
44 lines (44 loc) · 1.2 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
{
"name": "@glowstudent/youversion",
"version": "2.1.0",
"description": "A simple module to get the Verse of the Day and any verse you would like.",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
"files": [
"dist"
],
"funding": "https://ko-fi.com/glowstudent",
"dependencies": {
"axios": "1.1.3",
"cheerio": "1.0.0-rc.12",
"cheerio-select": "2.1.0"
},
"devDependencies": {
"@babel/cli": "^7.19.3",
"@babel/core": "^7.20.2",
"@babel/preset-env": "^7.20.2",
"@types/node": "^18.11.9",
"@vitest/coverage-v8": "^1.6.0",
"typescript": "^4.9.3",
"vitest": "^1.6.0"
},
"scripts": {
"test": "vitest",
"test:coverage": "vitest run --coverage",
"build": "npm run babel && npm run tsc && npm run pack",
"babel": "babel src -d dist --copy-files",
"tsc": "npx tsc",
"pack": "npm pack"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Glowstudent777/YouVersion-API-NPM.git"
},
"keywords": [],
"author": "Glowstudent",
"license": "MIT",
"bugs": {
"url": "https://github.com/Glowstudent777/YouVersion-API-NPM/issues"
},
"homepage": "https://github.com/Glowstudent777/YouVersion-API-NPM#readme"
}