-
-
Notifications
You must be signed in to change notification settings - Fork 124
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 1.38 KB
/
package.json
File metadata and controls
38 lines (38 loc) · 1.38 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
{
"private": true,
"name": "@nestia/station",
"version": "11.2.1",
"description": "Nestia station",
"scripts": {
"build": "pnpm --filter=./packages/* -r build",
"format": "prettier --write packages/**/*.ts && prettier --write internals/**/*.ts && prettier --write tests/**/*.ts",
"test": "NODE_OPTIONS='--no-experimental-strip-types --no-experimental-detect-module' pnpm --filter=./tests/test-* -r start",
"package:latest": "pnpm --filter=./packages/* -r publish --tag latest --access public",
"package:next": "bash deploy/next.bash",
"package:tgz": "node deploy/tarballs",
"prepare": "ts-patch install",
"release": "rimraf packages/migrate/assets && bash deploy/README.bash && bumpp -r"
},
"repository": {
"type": "git",
"url": "https://github.com/samchon/nestia"
},
"author": "Jeongho Nam",
"license": "MIT",
"bugs": {
"url": "https://github.com/samchon/nestia/issues"
},
"homepage": "https://nestia.io",
"devDependencies": {
"@trivago/prettier-plugin-sort-imports": "catalog:typescript",
"@types/ts-expose-internals": "npm:ts-expose-internals@5.4.5",
"bumpp": "^10.4.1",
"prettier": "catalog:typescript",
"prettier-plugin-jsdoc": "catalog:typescript",
"rimraf": "catalog:utils",
"sloc": "^0.3.0",
"ts-patch": "catalog:typescript",
"typescript": "catalog:typescript"
},
"packageManager": "pnpm@10.6.4"
}