-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
45 lines (45 loc) · 1.39 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
39
40
41
42
43
44
45
{
"name": "keywrite",
"private": true,
"author": "Eyuel Berga Woldemichael <eyuel.berga@yahoo.com>",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/eyuelberga/keywrite.git"
},
"scripts": {
"prepare": "node ./configure-references.js",
"build": "lerna run build --stream --no-private",
"lint": "lerna run lint --stream --parallel --no-private",
"test": "lerna run test --stream --no-private",
"commit": "git-cz",
"release": "changeset publish",
"version": "changeset version"
},
"devDependencies": {
"@commitlint/cli": "11.0.0",
"@commitlint/config-conventional": "11.0.0",
"@typescript-eslint/eslint-plugin": "4.14.2",
"@typescript-eslint/parser": "4.14.2",
"commitizen": "4.2.3",
"cz-conventional-changelog": "3.3.0",
"eslint": "^7.19.0",
"eslint-config-prettier": "7.2.0",
"eslint-plugin-prettier": "3.3.1",
"husky": "4.3.8",
"jest": "^26.6.3",
"lerna": "^3.22.1",
"lint-staged": "10.5.3",
"prettier": "2.2.1",
"ts-jest": "26.5.0",
"typescript": "4.1.3"
},
"workspaces": [
"packages/*"
],
"dependencies": {
"@changesets/changelog-github": "0.2.8",
"@changesets/cli": "2.14.1"
},
"version": "0.0.0"
}