1
1
{
2
2
"name" : " embedded-ts" ,
3
+ "type" : " module" ,
3
4
"version" : " 0.3.2" ,
4
5
"description" : " Embedded TypeScript." ,
5
6
"license" : " MIT" ,
6
- "bin" : {
7
- "ets" : " ./bin/cli.js"
8
- },
9
- "repository" : {
10
- "type" : " git" ,
11
- "url" : " https://github.com/leonzalion/ets.git"
12
- },
13
- "homepage" : " https://github.com/leonzalion/ets#readme" ,
14
7
"author" : {
15
8
"name" : " Leon Si" ,
16
9
17
10
"url" : " https://leonzalion.com"
18
11
},
19
- "type" : " module" ,
12
+ "repository" : {
13
+ "type" : " git" ,
14
+ "url" : " https://github.com/leonzalion/ets.git"
15
+ },
20
16
"exports" : " ./src/index.ts" ,
17
+ "bin" : {
18
+ "ets" : " ./bin/cli.js"
19
+ },
20
+ "homepage" : " https://github.com/leonzalion/ets#readme" ,
21
21
"scripts" : {
22
22
"preinstall" : " pnpm build" ,
23
23
"prepare" : " lion-git-hooks" ,
29
29
"prettier" : " prettier --write ." ,
30
30
"typecheck" : " tsc --noEmit"
31
31
},
32
- "devDependencies" : {
33
- "@types/lru-cache" : " ^7.6.1" ,
34
- "@types/node" : " ^17.0.31" ,
35
- "@types/xml-escape" : " ^1.1.0" ,
36
- "desm" : " ^1.2.0" ,
37
- "eslint-define-config" : " ^1.4.0" ,
38
- "execa" : " ^6.1.0" ,
39
- "lionconfig" : " ^1.7.3" ,
40
- "tslib" : " ^2.4.0" ,
41
- "typescript" : " ^4.6.4" ,
42
- "vitest" : " ^0.10.2"
43
- },
44
32
"dependencies" : {
45
33
"change-case" : " ^4.1.2" ,
46
- "commander" : " ^9.2.0 " ,
47
- "esbuild" : " ^0.14.38 " ,
34
+ "commander" : " ^9.4.1 " ,
35
+ "esbuild" : " ^0.15.11 " ,
48
36
"escape-string-regexp" : " ^5.0.0" ,
49
- "lru-cache" : " ^7.9 .0" ,
37
+ "lru-cache" : " ^7.14 .0" ,
50
38
"outdent" : " ^0.8.0" ,
51
39
"xml-escape" : " ^1.1.0"
52
40
},
41
+ "devDependencies" : {
42
+ "@types/node" : " ^18.8.5" ,
43
+ "@types/xml-escape" : " ^1.1.1" ,
44
+ "desm" : " ^1.3.0" ,
45
+ "eslint-define-config" : " ^1.7.0" ,
46
+ "execa" : " ^6.1.0" ,
47
+ "lionconfig" : " ^1.8.11" ,
48
+ "tslib" : " ^2.4.0" ,
49
+ "typescript" : " ^4.8.4" ,
50
+ "vitest" : " ^0.24.3"
51
+ },
53
52
"publishConfig" : {
54
53
"directory" : " dist"
55
54
}
56
- }
55
+ }
0 commit comments