-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 876 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
38
39
40
41
{
"name": "clear-regex",
"version": "0.1.0",
"description": "Write regular expressions clearly with comments and named matches",
"main": "index.js",
"scripts": {
"test": "jest"
},
"repository": {
"type": "git",
"url": "git+https://github.com/neno-giscloud/clear-regex.git"
},
"publishConfig": {
"registry": "https://npm.pkg.github.com/@neno-giscloud"
},
"keywords": [
"regex",
"regexp",
"comments",
"named",
"match",
"named",
"group",
"clear",
"readable",
"tagged",
"template"
],
"author": "neno@giscloud.com",
"license": "MIT",
"bugs": {
"url": "https://github.com/neno-giscloud/clear-regex/issues"
},
"homepage": "https://github.com/neno-giscloud/clear-regex#readme",
"devDependencies": {
"jest": "^27.2.0"
},
"dependencies": {
"regexp-polyfill": "^1.0.1"
}
}