-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
42 lines (42 loc) · 1011 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
37
38
39
40
41
42
{
"name": "@based/workspaces",
"version": "2.6.0",
"author": "Based",
"license": "MIT",
"homepage": "https://github.com/atelier-saulx/based#readme",
"bugs": {
"url": "https://github.com/atelier-saulx/based/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/atelier-saulx/based"
},
"prettier": "@saulx/prettier-config",
"description": "Based",
"keywords": [
"based",
"saulx"
],
"workspaces": [
"packages/*"
],
"scripts": {
"watch": "turbo run watch --parallel --no-cache",
"build": "turbo run build",
"test": "turbo run test",
"clean": "turbo run clean && rimraf node_modules"
},
"packageManager": "[email protected]",
"publishConfig": {
"registry": "https://registry.npmjs.org"
},
"devDependencies": {
"http-proxy": "^1.18.1",
"turbo": "1.6.3",
"@saulx/prettier-config": "2.0.0",
"@saulx/tsconfig": "^1.1.0",
"lint-staged": "12.1.2",
"rimraf": "^3.0.2",
"typescript": "^5.2.2"
}
}