-
-
Notifications
You must be signed in to change notification settings - Fork 108
/
package.json
48 lines (48 loc) · 1.33 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
{
"name": "legesher-translations",
"version": "0.0.1",
"description": "Home of all the translations for spoken languages into programming language",
"main": "server.js",
"scripts": {
"test": "test",
"dev": "nodemon server.js",
"lint": "tslint '{src,test,script}/**/*.ts'"
},
"repository": {
"type": "git",
"url": "git+https://github.com/legesher/legesher-translations.git"
},
"keywords": [
"legesher",
"translations",
"language",
"translator"
],
"author": "Madi Edgar <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/legesher/legesher-translations/issues"
},
"homepage": "https://github.com/legesher/legesher-translations#readme",
"devDependencies": {
"@unibeautify/beautifier-eslint": "^0.6.0",
"@unibeautify/beautifier-js-beautify": "^0.4.0",
"@unibeautify/beautifier-prettier": "^0.9.0",
"@unibeautify/beautifier-prettydiff": "^0.6.0",
"all-contributors-cli": "^6.19.0",
"eslint": "^7.11.0",
"eslint-plugin-react": "^7.21.4",
"js-beautify": "^1.13.0",
"nodemon": "^2.0.20",
"prettier": "^1.19.1",
"prettydiff2": "^2.2.8",
"unibeautify-cli": "^0.2.1"
},
"dependencies": {
"acorn": "^8.0.4",
"body-parser": "^1.19.0",
"express": "^4.19.2",
"minimist": ">=1.2.6",
"mongodb": "^3.6.2"
}
}