-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
53 lines (53 loc) · 1.19 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
52
53
{
"name": "i18n-node-server",
"version": "0.0.4",
"description": "",
"main": "dist/main.js",
"engines": {
"node": ">=14.17.0"
},
"scripts": {
"serve": "node ./dist/main.js",
"watch:server": "tsc -p src/server/tsconfig.json --watch",
"build:server": "tsc -p src/server/tsconfig.json",
"test": "mocha tests/**/*.test.js"
},
"bin": {
"i18n-node-server": "./bin/bin.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/adaptmen/i18n-node-server.git"
},
"keywords": [
"internationalization-tool",
"internationalize",
"internationalization",
"tool",
"server",
"node",
"i18n",
"i18n-server",
"i18n-tool",
"i18n-node"
],
"author": "Denis Voronchikhin",
"license": "ISC",
"bugs": {
"url": "https://github.com/adaptmen/i18n-node-server/issues"
},
"homepage": "https://github.com/adaptmen/i18n-node-server#readme",
"dependencies": {
"express": "4.17.3",
"yargs": "17.4.1"
},
"devDependencies": {
"@types/express": "4.17.3",
"@types/node": "14.17.0",
"@types/yargs": "17.0.10",
"mocha": "9.2.2",
"pkg": "5.6.0",
"supertest": "6.2.2",
"typescript": "4.6.3"
}
}