-
-
Notifications
You must be signed in to change notification settings - Fork 124
Expand file tree
/
Copy pathpackage.json
More file actions
40 lines (40 loc) · 2.05 KB
/
Copy pathpackage.json
File metadata and controls
40 lines (40 loc) · 2.05 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
{
"private": true,
"name": "@nestia/station",
"version": "12.1.0",
"description": "Nestia station",
"scripts": {
"build": "pnpm --filter=./packages/* -r build",
"format": "prettier --write \"packages/**/*.ts\" \"tests/**/*.ts\"",
"test:go": "pnpm --filter @nestia/core --filter @nestia/sdk -r run test:go && cd packages/core/native && go test ./...",
"test": "cross-env TTSC_GO_BINARY=go TTSC_CACHE_DIR=node_modules/.cache/ttsc NODE_OPTIONS=\"--no-experimental-strip-types --no-experimental-detect-module\" pnpm build && cross-env TTSC_GO_BINARY=go TTSC_CACHE_DIR=node_modules/.cache/ttsc NODE_OPTIONS=\"--no-experimental-strip-types --no-experimental-detect-module\" pnpm test:go && cross-env TTSC_GO_BINARY=go TTSC_CACHE_DIR=node_modules/.cache/ttsc NODE_OPTIONS=\"--no-experimental-strip-types --no-experimental-detect-module\" pnpm --filter=./tests/test-* --workspace-concurrency=1 -r start",
"package:latest": "bash -c 'pnpm --filter=./packages/* -r publish --tag latest --access public \"$@\"' --",
"package:next": "bash -c 'pnpm --filter=./packages/* -r publish --tag next --access public \"$@\"' --",
"package:rc": "bash -c 'pnpm --filter=./packages/* -r publish --tag rc --access public \"$@\"' --",
"package:tgz": "node deploy/tarballs",
"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:[email protected]",
"bumpp": "^10.4.1",
"cross-env": "catalog:utils",
"prettier": "catalog:typescript",
"prettier-plugin-jsdoc": "catalog:typescript",
"rimraf": "catalog:utils",
"sloc": "^0.3.0",
"ttsc": "catalog:typescript",
"typescript": "catalog:typescript"
},
"packageManager": "[email protected]"
}