-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
37 lines (37 loc) · 1009 Bytes
/
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
{
"name": "regex-parser",
"version": "1.0.0",
"description": "",
"main": "",
"scripts": {
"test": "jest --coverage",
"build": "tsc -p ./tsconfig.build.json"
},
"keywords": [],
"author": "ZY-Cheng",
"license": "ISC",
"repository": {
"type": "git",
"url": "git+https://github.com/ZY-Cheng/regexParser.git"
},
"bugs": {
"url": "https://github.com/ZY-Cheng/regexParser/issues"
},
"homepage": "https://github.com/ZY-Cheng/regexParser#readme",
"devDependencies": {
"@types/jest": "^27.5.1",
"@typescript-eslint/eslint-plugin": "^5.25.0",
"@typescript-eslint/parser": "^5.25.0",
"coverage": "^0.4.1",
"eslint": "^8.16.0",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-config-airbnb-typescript": "^17.0.0",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-jest": "^26.2.2",
"eslint-plugin-jest-formatting": "^3.1.0",
"jest": "^28.1.0",
"ts-jest": "^28.0.2",
"ts-node": "^10.8.1",
"typescript": "^4.6.4"
}
}