-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
32 lines (32 loc) · 952 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": "babel-plugin-proposal-pattern-matching",
"version": "1.0.3",
"description": "",
"main": "src/index.js",
"scripts": {
"lint": "eslint --fix src test match.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/iptop/babel-plugin-proposal-pattern-matching.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/iptop/babel-plugin-proposal-pattern-matching/issues"
},
"homepage": "https://github.com/iptop/babel-plugin-proposal-pattern-matching#readme",
"devDependencies": {
"@babel/cli": "^7.5.0",
"@babel/core": "^7.15.8",
"@babel/generator": "^7.15.8",
"@babel/node": "^7.15.8",
"@babel/preset-env": "^7.5.4",
"@babel/preset-es2015": "^7.0.0-beta.53",
"eslint": "^8.2.0",
"eslint-config-standard": "^16.0.3",
"eslint-plugin-import": "^2.25.3",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^5.1.1"
}
}