-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 855 Bytes
/
package.json
File metadata and controls
29 lines (29 loc) · 855 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
28
29
{
"name": "@botvy/root",
"version": "0.0.0",
"author": "Yannick Fricke and the Botvy contributors",
"license": "MIT",
"private": true,
"workspaces": [
"./packages/apps/*",
"./packages/libs/*"
],
"scripts": {
"test": "jest",
"test:watch": "jest --watch",
"packagaya": "packagaya sync info",
"packagaya:fix": "packagaya sync execute",
"packagaya:fix:watch": "nodemon --config ./nodemon.json -x \"yarn run packagaya:fix\""
},
"dependencies": {},
"devDependencies": {
"@changesets/cli": "^2.17.0",
"@packagaya/cli": "^1.1.5",
"@packagaya/ts-adapter": "^1.5.2",
"@packagaya/vscode-adapter": "^1.0.1",
"nodemon": "^2.0.12",
"prettier": "^2.3.2",
"rimraf": "^3.0.2",
"typescript": "^4.4.2"
}
}