-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 849 Bytes
/
Copy pathpackage.json
File metadata and controls
36 lines (36 loc) · 849 Bytes
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": "rss-reader",
"version": "1.13.5",
"description": "Start reading RSS today! It's easy, it's beautiful",
"private": true,
"workspaces": [
"apps/*"
],
"scripts": {
"prepare": "husky install",
"test": "npx lerna run test",
"update:version": "lerna version --no-push"
},
"husky": {
"hooks": {
"pre-commit": "npm test",
"commit-msg": "npx commitlint --edit $1"
}
},
"repository": {
"type": "git",
"url": "git+https://github.com/almax-21/rss-reader.git"
},
"author": "Maksim Almaev <almaev21.max@gmail.com>",
"license": "ISC",
"bugs": {
"url": "https://github.com/almax-21/rss-reader/issues"
},
"homepage": "https://github.com/almax-21/rss-reader#readme",
"devDependencies": {
"@commitlint/cli": "^14.1.0",
"@commitlint/config-conventional": "^14.1.0",
"husky": "^7.0.4",
"lerna": "^4.0.0"
}
}