-
Notifications
You must be signed in to change notification settings - Fork 29
/
package.json
45 lines (45 loc) · 1 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
{
"name": "country-language",
"version": "0.1.8",
"description": "Query languages spoken to a country or countries where people speak a language.",
"main": "index.js",
"types": "index.d.ts",
"dependencies": {
"underscore": "^1.13.1",
"underscore.deep": "^0.5.1"
},
"devDependencies": {
"@types/node": "^13.9.1",
"@typescript-eslint/eslint-plugin": "^2.24.0",
"@typescript-eslint/parser": "^2.24.0",
"eslint": "^6.8.0",
"typescript": "^3.8.3"
},
"scripts": {
"check": "tsc",
"lint": "eslint --fix .",
"test": "make test"
},
"keywords": [
"country",
"language",
"native",
"node"
],
"repository": {
"type": "git",
"url": "[email protected]:bdswiss/country-language.git"
},
"engines": {
"node": "*"
},
"author": {
"name": "Tassos Diamantidis",
"email": "[email protected]"
},
"bugs": {
"url": "https://github.com/bdswiss/country-language/issues",
"email": "[email protected]"
},
"license": "MIT"
}