UNPKG

i18n-node-server

Version:

NodeJS http server to store your internationalized phrases

54 lines (53 loc) 1.26 kB
{ "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" } }