-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
51 lines (51 loc) · 1.42 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
{
"name": "greek-name-declension",
"version": "1.0.3",
"description": "Refer to greek users with meraki, filotimo and the correct declension.",
"main": "build",
"keywords": [
"greek names",
"greek declension",
"greek format",
"strings",
"meraki",
"filotimo"
],
"repository": {
"type": "git",
"url": "git+https://github.com/kalovelo/greek-name-declension.js.git"
},
"files": ["src"],
"scripts": {
"prepare": "npm run build",
"test": "jest --coverage",
"test:watch": "jest --coverage --watchAll",
"build": "tsc",
"build:watch": "onchange 'src/**/*.ts' -- npm run build",
"view:coverage": "serve coverage/lcov-report",
"clean": "rm -rf coverage src/**/*.js src/**/*.map"
},
"author": "Kalovelo",
"license": "MIT",
"dependencies": {},
"devDependencies": {
"@babel/core": "^7.14.8",
"@babel/preset-env": "^7.14.8",
"@babel/preset-typescript": "^7.14.5",
"@types/jest": "^26.0.24",
"@types/node": "^16.4.2",
"@typescript-eslint/eslint-plugin": "^4.28.4",
"@typescript-eslint/parser": "^4.28.4",
"babel-jest": "^27.0.6",
"eslint": "^7.31.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-import": "^2.23.4",
"eslint-plugin-nodejs": "0.0.1",
"eslint-plugin-prettier": "^3.4.0",
"jest": "^27.0.6",
"prettier": "^2.3.2",
"ts-jest": "^27.0.4",
"ts-node-dev": "^1.1.8",
"typescript": "^4.3.5"
}
}