-
-
Notifications
You must be signed in to change notification settings - Fork 104
/
Copy pathpackage.json
29 lines (29 loc) · 822 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
{
"private": true,
"name": "@nestia/station",
"version": "4.6.1",
"description": "Nestia station",
"scripts": {
"build": "node deploy build",
"package:latest": "node deploy publish --tag latest",
"package:next": "node deploy publish --tag next",
"prettier": "prettier packages/*/src/**/*.ts --write && prettier benchmark/**/*.ts && prettier test/**/*.ts --write"
},
"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": "^4.3.0",
"@types/node": "^22.10.1",
"prettier": "^3.2.4",
"rimraf": "^6.0.1",
"sloc": "^0.3.0"
}
}