-
-
Notifications
You must be signed in to change notification settings - Fork 163
/
Copy pathpackage.json
51 lines (51 loc) · 1.37 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
43
44
45
46
47
48
49
50
51
{
"private": true,
"name": "@typia/test",
"version": "0.1.0",
"description": "Test program for typia",
"main": "bin/index.js",
"scripts": {
"build": "rimraf bin && tsc",
"build:actions": "rimraf bin && tsc -p tsconfig.actions.json",
"prepare": "ts-patch install",
"prettier": "prettier ./src/**/*.ts --write",
"setup": "node build/setup.js",
"start": "node bin",
"template": "ts-node --project build/tsconfig.json build/template.ts"
},
"repository": {
"type": "git",
"url": "https://github.com/samchon/typia"
},
"keywords": [
"typia",
"test"
],
"author": "Jeongho Nam",
"license": "MIT",
"bugs": {
"url": "https://github.com/samchon/typia/issues"
},
"homepage": "https://github.com/samchon/typia#readme",
"devDependencies": {
"@samchon/ts-patch-test": "3.0.3-dev.20231205",
"@trivago/prettier-plugin-sort-imports": "^3.3.0",
"@types/cli": "^0.11.25",
"@types/node": "^20.9.4",
"@types/uuid": "^9.0.7",
"prettier": "^2.6.2",
"rimraf": "^5.0.5",
"ts-node": "^10.9.1",
"typescript": "^5.3.2"
},
"dependencies": {
"cli": "^1.0.1",
"protobufjs": "^7.2.5",
"randexp": "^0.5.3",
"source-map-support": "^0.5.21",
"suppress-warnings": "^1.0.2",
"tstl": "^2.5.13",
"uuid": "^9.0.1",
"typia": "D:\\github\\samchon\\typia\\typia-5.3.4-dev.20231205.tgz"
}
}