-
-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpackage.json
More file actions
27 lines (27 loc) · 658 Bytes
/
Copy pathpackage.json
File metadata and controls
27 lines (27 loc) · 658 Bytes
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
{
"name": "@darkcord/darkcord",
"description": "darkcord workspace",
"workspaces": [
"packages/*"
],
"scripts": {
"pretty": "pnpm prettier --write .",
"build": "pnpm pretty && node scripts/build.js"
},
"devDependencies": {
"@types/node": "^18.19.14",
"@typescript-eslint/eslint-plugin": "^5.62.0",
"@typescript-eslint/parser": "^5.62.0",
"darkcord": "workspace:^",
"eslint": "^8.56.0",
"eslint-plugin-import": "^2.29.1",
"interactions": "^0.0.1",
"prettier": "^2.8.8",
"ts-node": "^10.9.2",
"tscpaths": "^0.0.9",
"typescript": "^4.9.5"
},
"dependencies": {
"tsup": "^6.7.0"
}
}