-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
52 lines (52 loc) · 1.29 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
52
{
"name": "____FIX_ME____",
"description": "____FIX_ME____",
"license": "MIT",
"author": "Konstantin Vyatkin <[email protected]>",
"homepage": "https://github.com/tinovyatkin/____FIX_ME____#readme",
"repository": {
"type": "git",
"url": "git+https://github.com/tinovyatkin/____FIX_ME____.git"
},
"bugs": {
"url": "https://github.com/tinovyatkin/____FIX_ME____/issues"
},
"files": [
"dist/**/*.d.ts",
"dist/**/*.js"
],
"version": "1.0.0",
"main": "dist/index.js",
"scripts": {
"lint": "eslint --ext=ts ./src",
"test": "jest",
"build": "tsc",
"prepublishOnly": "jest && tsc"
},
"devDependencies": {
"@types/jest": "26.0.20",
"@typescript-eslint/eslint-plugin": "4.27.0",
"@typescript-eslint/parser": "4.27.0",
"eslint": "7.32.0",
"eslint-config-prettier": "6.11.0",
"eslint-plugin-jest": "24.7.0",
"eslint-plugin-node": "11.1.0",
"husky": "7.0.4",
"jest": "26.6.3",
"jest-circus": "26.6.3",
"jest-sonar": "0.2.12",
"lint-staged": "10.2.11",
"npm-package-json-lint": "5.1.0",
"prettier": "2.5.1",
"prettier-package-json": "2.1.3",
"ts-jest": "26.4.4",
"typescript": "4.5.5",
"weak-napi": "2.0.2"
},
"keywords": [
"____FIX_ME____"
],
"engines": {
"yarn": ">=1.19"
}
}