We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cdcfdc3 commit 8648f1aCopy full SHA for 8648f1a
package.json
@@ -2,6 +2,14 @@
2
"name": "@snout/regexp",
3
"version": "0.0.0",
4
"description": "Utility functions for working with regular expressions",
5
+ "keywords": [
6
+ "escape",
7
+ "escaping",
8
+ "regex",
9
+ "regexp",
10
+ "regular expression",
11
+ "regular expressions"
12
+ ],
13
"repository": "snout-router/regexp",
14
"bugs": "https://github.com/snout-router/regexp/issues",
15
"homepage": "https://snout.dev/regexp",
@@ -13,6 +21,10 @@
21
"main": "dist/index.js",
22
"module": "dist/index.es.js",
23
"typings": "dist/index.d.ts",
24
+ "exports": {
25
+ "import": "./dist/index.es.js",
26
+ "require": "./dist/index.js"
27
+ },
16
28
"sideEffects": false,
17
29
"files": [
18
30
"/dist/"
0 commit comments