forked from envisim/core
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
40 lines (40 loc) · 1.45 KB
/
package.json
File metadata and controls
40 lines (40 loc) · 1.45 KB
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
{
"name": "@envisim/core",
"version": "0.0.0",
"private": true,
"description": "",
"keywords": [],
"homepage": "https://envisim.se",
"repository": "github:envisim/core",
"license": "AGPL-3.0-only",
"contributors": [
"Anton Grafström <anton.grafstrom@gmail.com>",
"Wilmer Prentius <wilmer.prentius@gmail.com>"
],
"type": "module",
"scripts": {
"build": "turbo run build --log-order=grouped --output-logs=errors-only",
"check": "turbo run check --log-order=grouped",
"doc": "turbo run doc --log-order=grouped && typedoc",
"lint": "turbo run lint --log-order=grouped --output-logs=errors-only",
"prepare": "husky",
"test": "turbo run test --log-order=grouped --output-logs=errors-only",
"version-packages": "turbo run lint test build doc --output-logs=errors-only && typedoc && changeset version"
},
"devDependencies": {
"@changesets/cli": "^2.29.2",
"@envisim/config-eslint": "workspace:*",
"husky": "^9.1.7",
"lint-staged": "^15.5.1",
"prettier": "^3.5.3",
"remark-insert-headings": "^0.0.0",
"remark-toc": "^9.0.0",
"turbo": "^2.5.2",
"typedoc": "^0.28.3",
"typedoc-plugin-markdown": "^4.6.3",
"typedoc-plugin-remark": "^2.0.0",
"typescript": "^5.8.3",
"typescript-language-server": "^4.3.4"
},
"packageManager": "pnpm@10.10.0+sha512.d615db246fe70f25dcfea6d8d73dee782ce23e2245e3c4f6f888249fb568149318637dca73c2c5c8ef2a4ca0d5657fb9567188bfab47f566d1ee6ce987815c39"
}