-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (36 loc) · 893 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
35
36
{
"name": "toy-projects",
"version": "1.0.0",
"packageManager": "[email protected]",
"private": true,
"workspaces": [
"apps/vanilla-js/nextstep-clean-code/*",
"packages/*"
],
"scripts": {
"test": "yarn workspaces foreach -Avpi run test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/InSeong-So/nextstep-clean-code-2nd.git"
},
"keywords": [
"JavaScript",
"NextStep",
"Vanilla"
],
"author": "InSeong-So",
"license": "MIT",
"bugs": {
"url": "https://github.com/InSeong-So/nextstep-clean-code-2nd/issues"
},
"homepage": "https://github.com/InSeong-So/nextstep-clean-code-2nd#readme",
"devDependencies": {
"@babel/eslint-parser": "7.25.1",
"eslint": "9.10.0",
"eslint-config-prettier": "9.1.0",
"eslint-plugin-cypress": "3.5.0",
"eslint-plugin-prettier": "5.2.1",
"prettier": "3.3.3"
}
}