-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
53 lines (53 loc) · 1.75 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
46
47
48
49
50
51
52
53
{
"name": "@themagician/tsconfig",
"version": "1.0.0",
"private": false,
"description": "Different Base tsconfig configurations used by The Magician Project. You can check otherwise @tsconfig project that is like @types for tsconfig. Know too that having a personal base files can be always more productive.",
"keywords": [
"tsconfig",
"base",
"extends",
"TheMagician",
"TheMagicianProject",
"TheMagicianDev"
],
"repository": {
"type": "git",
"url": "git+https://github.com/TheMagicianDev/tsconfig.git"
},
"license": "MIT",
"author": "TheMagician <themagicianproject2022@gmail.com>, Mohamed Lamine Allal <allalmohamedlamine@gmail.com>",
"scripts": {
"commitlint": "npx commitlint --edit",
"fix": "turbo run format --parallel",
"lefthook:update": "npx lefthook install",
"lint": "turbo run lint",
"prepare": "npx lefthook install",
"changeset": "npx changeset",
"changeset:version": "npx changeset version",
"changeset:publish": "npx changeset publish"
},
"devDependencies": {
"@changesets/cli": "^2.24.4",
"@commitlint/cli": "^17.1.2",
"@commitlint/config-conventional": "^17.1.0",
"@types/dedent": "^0.7.0",
"@typescript-eslint/eslint-plugin": "^5.30.6",
"@typescript-eslint/parser": "^5.37.0",
"dedent": "^0.7.0",
"eslint": "^8.19.0",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-config-airbnb-typescript": "^17.0.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-import": "^2.25.2",
"eslint-plugin-jsonc": "^2.4.0",
"eslint-plugin-prettier": "^4.2.1",
"fast-glob": "^3.2.12",
"lefthook": "^1.1.1",
"md-2-json": "^2.0.0",
"prettier": "^2.7.1",
"ttab": "^0.7.3",
"turbo": "^1.4.7",
"typescript": "^4.7.4"
}
}