forked from ABGEO/ylebich.js
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 968 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
37
38
39
40
{
"name": "ylebich-js",
"version": "0.1.0",
"description": "Check the only truth about you, inspired by Heisenberg",
"author": "Temuri Takalandze <[email protected]>",
"homepage": "https://github.com/ABGEO/ylebich.js",
"repository": "ABGEO/ylebich.js",
"bugs": {
"url": "https://github.com/ABGEO/ylebich.js/issues"
},
"license": "MIT",
"files": [
"index.js"
],
"main": "index.js",
"engines": {
"node": ">=4"
},
"scripts": {
"test": "jest",
"lint": "eslint \"**/*.js\"",
"lint:fix": "eslint --fix \"**/*.js\"",
"prepare": "husky install"
},
"devDependencies": {
"@commitlint/config-conventional": "^15.0.0",
"commitlint": "^15.0.0",
"eslint": "^8.4.1",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-jest": "^25.3.0",
"eslint-plugin-prettier": "^4.0.0",
"husky": "^7.0.4",
"jest": "^27.4.4",
"prettier": "^2.5.1"
},
"keywords": [
"ylebich",
"heisenberg"
]
}