-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
34 lines (34 loc) · 848 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
{
"name": "tba-creator",
"repository": {
"type": "git",
"url": "https://github.com/AaronLeoCooper/tba-creator.git"
},
"author": "Aaron Leo Cooper <aaronleocooper@gmail.com>",
"license": "MIT",
"private": true,
"workspaces": {
"packages": [
"packages/*"
]
},
"scripts": {
"bootstrap": "lerna bootstrap",
"build": "lerna run build",
"validate": "lerna run validate",
"test": "lerna run test",
"lint": "lerna run lint",
"pretty": "lerna run pretty"
},
"devDependencies": {
"@commitlint/cli": "7.6.1",
"@commitlint/config-conventional": "7.6.0",
"@typescript-eslint/eslint-plugin": "1.7.0",
"@typescript-eslint/parser": "1.7.0",
"eslint": "5.16.0",
"eslint-config-prettier": "4.1.0",
"husky": "2.3.0",
"lerna": "3.14.1",
"prettier": "1.17.0"
}
}