-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (42 loc) · 1.26 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
{
"name": "slythe.js",
"version": "0.0.0",
"description": "Base path for slythe",
"private": true,
"packageManager": "pnpm@7.11.0",
"scripts": {
"dev": "lerna run dev --stream --parallel",
"lerna": "lerna",
"test": "turbo run test --filter=./packages/**/*",
"lint": "turbo run lint --filter=./packages/**/*",
"format": "turbo run format",
"build": "turbo run build --filter=./packages/**/*",
"prepublish": "lerna run prepublish",
"publish-canary": "lerna version prerelease --preid alpha --force-publish",
"publish-stable": "lerna version --force-publish && release && node ./scripts/release-notes.js"
},
"keywords": [],
"author": "Artrix <39530102+Artrix9095@users.noreply.github.com>",
"license": "MIT",
"workspaces": [
"packages/*",
"apps/*"
],
"devDependencies": {
"@swc/core": "1.3.1",
"@types/jest": "29.0.3",
"@types/node": "^18.7.18",
"@typescript-eslint/eslint-plugin": "^5.37.0",
"@typescript-eslint/parser": "^5.37.0",
"eslint": "^8.23.1",
"gitmoji-cli": "7.0.2",
"jest": "29.0.3",
"lerna": "^6.0.3",
"pnpm": "^7.12.0",
"prettier": "2.8.0",
"turbo": "^1.4.7",
"typedoc": "0.23.20",
"typedoc-plugin-markdown": "3.13.6",
"typescript": "^4.8.3"
}
}