-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 1.02 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
{
"name": "fbem",
"description": "Functional BEM packages",
"scripts": {
"test:ci:coverage": "lerna run test -- --ci --collectCoverage",
"test": "lerna run test",
"prepare": "husky install",
"pre-commit": "lint-staged",
"format": "prettier --write packages/*/src"
},
"devDependencies": {
"@commitlint/cli": "^17.2.0",
"@commitlint/config-conventional": "^17.2.0",
"@trivago/prettier-plugin-sort-imports": "^4.3.0",
"@types/jest": "^29.2.3",
"husky": "^8.0.2",
"jest": "^29.3.1",
"lerna": "^6.0.3",
"lint-staged": "^13.0.3",
"prettier": "^2.7.1",
"ts-jest": "^29.0.3",
"typescript": "^4.8.4"
},
"repository": {
"type": "git",
"url": "git+https://github.com/yungvldai/fbem.git"
},
"author": {
"name": "Vladislav Ivanov",
"email": "[email protected]",
"site": "https://vladivanov.me/"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/yungvldai/fbem/issues"
},
"homepage": "https://github.com/yungvldai/fbem#readme"
}