forked from Glowstudent777/YouVersion-API
-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
35 lines (35 loc) · 1.1 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
{
"name": "@tokyodrift1993/youversion",
"version": "0.2.9",
"description": "YouVersion workspace.",
"scripts": {
"lint": "eslint ./ --ext js,ts",
"release": "release-it",
"changelog": "auto-changelog --ignore-commit-pattern \"Release v\" --sort-commits date-desc"
},
"repository": {
"type": "git",
"url": "git+https://github.com/tokyodrift1993/YouVersion.git"
},
"keywords": [],
"author": "driiftkiing",
"license": "MIT",
"bugs": {
"url": "https://github.com/tokyodrift1993/YouVersion/issues"
},
"homepage": "https://github.com/tokyodrift1993/YouVersion#readme",
"devDependencies": {
"@release-it-plugins/workspaces": "^3.2.0",
"@typescript-eslint/eslint-plugin": "~5.59.0",
"@typescript-eslint/parser": "~5.59.0",
"auto-changelog": "~2.4.0",
"eslint": "~8.42.0",
"eslint-config-prettier": "~8.8.0",
"eslint-plugin-prettier": "~4.2.0",
"eslint-plugin-simple-import-sort": "~10.0.0",
"eslint-plugin-unused-imports": "~2.0.0",
"prettier": "npm:@btmills/prettier@^2.8.8",
"release-it": "^15.11.0",
"typescript": "^4.9.5"
}
}