forked from howiefh/ant-path-matcher
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
32 lines (32 loc) · 790 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
{
"name": "@howiefh/ant-path-matcher",
"version": "0.0.4",
"description": "Ant Path Matcher",
"main": "dist/ant-path-matcher.js",
"private": false,
"scripts": {
"build": "webpack --config webpack.config.js",
"test": "jest"
},
"repository": {
"type": "git",
"url": "git+https://github.com/howiefh/ant-path-matcher.git"
},
"keywords": [
"ant path matcher",
"path pattern"
],
"author": "howiefh",
"license": "MIT",
"bugs": {
"url": "https://github.com/howiefh/ant-path-matcher/issues"
},
"homepage": "https://github.com/howiefh/ant-path-matcher#readme",
"devDependencies": {
"@babel/preset-env": "^7.14.7",
"copy-webpack-plugin": "^9.0.1",
"jest": "^27.0.5",
"webpack": "^5.40.0",
"webpack-cli": "^4.7.2"
}
}