-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
55 lines (55 loc) · 1.48 KB
/
package.json
File metadata and controls
55 lines (55 loc) · 1.48 KB
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
49
50
51
52
53
54
55
{
"name": "@abysser/jit",
"version": "1.3.11",
"description": "A lightweight nodejs-client of Git.",
"main": "dist/index.js",
"type": "commonjs",
"engines": {
"node": ">=10.24.1"
},
"files": [
"dist",
"LICENSE",
"package.json",
"README.md"
],
"scripts": {
"prepare": "husky install",
"build": "rollup -c"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Abyssers/jit.git"
},
"keywords": [
"git",
"nodejs"
],
"author": "Morilence",
"license": "MIT",
"bugs": {
"url": "https://github.com/Abyssers/jit/issues"
},
"homepage": "https://github.com/Abyssers/jit#readme",
"devDependencies": {
"@commitlint/cli": "^17.0.3",
"@commitlint/config-conventional": "^17.0.3",
"@rollup/plugin-json": "^4.1.0",
"@rollup/plugin-strip": "^2.1.0",
"@rollup/plugin-typescript": "^8.4.0",
"@types/node": "^18.7.14",
"@typescript-eslint/eslint-plugin": "^5.35.1",
"@typescript-eslint/parser": "^5.35.1",
"eslint": "^8.23.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-prettier": "^4.2.1",
"husky": "^8.0.1",
"lint-staged": "^13.0.3",
"markdownlint": "^0.26.2",
"markdownlint-cli2": "^0.5.1",
"prettier": "^2.7.1",
"rollup": "^2.79.0",
"tslib": "^2.4.0",
"typescript": "^4.8.2"
}
}