-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
26 lines (26 loc) · 757 Bytes
/
Copy pathpackage.json
File metadata and controls
26 lines (26 loc) · 757 Bytes
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
{
"name": "readagexjs",
"version": "1.0.2",
"description": "Human readable regular expressions.",
"main": "./src/RegExprBuilder.ts",
"scripts": {
"start": "ts-node ./src/RegExprBuilder.ts",
"test": "jest"
},
"test command": "jest",
"keywords": ["regex", "regular expressions", "human-readable", "javascript"],
"author": "Ese Udom",
"git repository": "https://github.com/EseCoder/readagexjs.git",
"license": "ISC",
"devDependencies": {
"@types/debug": "^4.1.12",
"@types/jest": "^29.5.11",
"@typescript-eslint/eslint-plugin": "^6.13.2",
"@typescript-eslint/parser": "^6.13.2",
"debug": "^4.3.4",
"eslint": "^8.55.0",
"ts-jest": "^29.1.1",
"ts-node": "^10.9.1",
"typescript": "^5.3.2"
}
}