-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
42 lines (42 loc) · 1.08 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
{
"name": "greeklish",
"version": "1.0.2",
"description": "A tool to convert greeklish to Greek and vice versa.",
"main": "index.js",
"directories": {},
"scripts": {
"test": "nyc --reporter=lcov --reporter=text ./node_modules/.bin/mocha --recursive ./test/*.js",
"coverage": "codecov -t $CODECOV_TOKEN",
"lint": "eslint ."
},
"repository": {
"type": "git",
"url": "git+https://github.com/papasavvas/greeklish.git"
},
"keywords": [
"greeklish",
"greek",
"language",
"greek",
"greece"
],
"author": "Alexandros Papasavva",
"license": "MIT",
"bugs": {
"url": "https://github.com/papasavvas/greeklish/issues"
},
"homepage": "https://github.com/papasavvas/greeklish#readme",
"devDependencies": {
"chai": "^4.2.0",
"codecov": "^3.7.2",
"eslint": "^7.10.0",
"eslint-config-standard": "^14.1.1",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^4.2.1",
"eslint-plugin-standard": "^4.0.1",
"i": "^0.3.6",
"mocha": "^8.1.3",
"nyc": "^15.1.0"
}
}