File tree 2 files changed +21
-21
lines changed
2 files changed +21
-21
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " frenglish" ,
3
- "version" : " 1.1 .0" ,
3
+ "version" : " 1.2 .0" ,
4
4
"description" : " SDK for Frenglish translation service" ,
5
5
"main" : " dist/sdk/index.js" ,
6
6
"types" : " dist/sdk/index.d.ts" ,
7
7
"bin" : {
8
- "frenglish" : " ./dist/cli/index.js"
8
+ "frenglish" : " ./dist/cli/index.js"
9
9
},
10
10
"scripts" : {
11
- "build" : " tsc" ,
12
- "test" : " jest" ,
13
- "prepublishOnly" : " npm run build" ,
14
- "postbuild" : " chmod +x ./dist/cli/index.js"
11
+ "build" : " tsc" ,
12
+ "test" : " jest" ,
13
+ "prepublishOnly" : " npm run build" ,
14
+ "postbuild" : " chmod +x ./dist/cli/index.js"
15
15
},
16
16
"keywords" : [
17
- " translation" ,
18
- " sdk" ,
19
- " frenglish"
17
+ " translation" ,
18
+ " sdk" ,
19
+ " frenglish"
20
20
],
21
21
"author" : " frenglish" ,
22
22
"license" : " MIT" ,
23
23
"devDependencies" : {
24
- "@types/express" : " ^4.17.21" ,
25
- "@types/jest" : " ^27.0.0" ,
26
- "@types/node" : " ^22.5.4" ,
27
- "jest" : " ^27.0.0" ,
28
- "ts-jest" : " ^27.0.0" ,
29
- "typescript" : " ^4.5.0"
24
+ "@types/express" : " ^4.17.21" ,
25
+ "@types/jest" : " ^27.0.0" ,
26
+ "@types/node" : " ^22.5.4" ,
27
+ "jest" : " ^27.0.0" ,
28
+ "ts-jest" : " ^27.0.0" ,
29
+ "typescript" : " ^4.5.0"
30
30
},
31
31
"dependencies" : {
32
- "dotenv" : " ^16.4.5" ,
33
- "fast-glob" : " ^3.3.2" ,
34
- "yargs" : " ^17.7.2"
32
+ "dotenv" : " ^16.4.5" ,
33
+ "fast-glob" : " ^3.3.2" ,
34
+ "yargs" : " ^17.7.2"
35
35
}
36
- }
36
+ }
You can’t perform that action at this time.
0 commit comments