-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 793 Bytes
/
package.json
File metadata and controls
29 lines (29 loc) · 793 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
27
28
29
{
"name": "babel-plugin-route-names-chain",
"version": "1.0.2",
"description": "elfin babel plugin",
"repository": {
"type": "git",
"url": "git@github.com:XyyF/babel-plugin-routeNamesChain.git"
},
"main": "lib/index.js",
"scripts": {
"build": "babel src --out-dir lib || true",
"publish": "npm run build && npm publish",
"test": "npm run build && mocha --check-leaks --require @babel/register"
},
"author": "rengar",
"license": "ISC",
"devDependencies": {
"@babel/cli": "7.5.5",
"@babel/core": "7.5.5",
"@babel/polyfill": "7.4.4",
"@babel/preset-env": "7.5.5",
"@babel/register": "7.5.5",
"babel-plugin-add-module-exports": "1.0.2",
"chai": "4.2.0",
"glob": "7.1.4",
"lodash": "4.17.15",
"mocha": "6.2.0"
}
}