forked from Yurisa/babel-plugin-transform-rax-to-react
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 752 Bytes
/
package.json
File metadata and controls
29 lines (29 loc) · 752 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-transform-rax-to-react",
"version": "1.0.6",
"description": "babel-plugin-transform-rax-to-react",
"scripts": {
"clean": "rm -rf lib",
"build": "babel src -d lib",
"test": "mocha --require @babel/register",
"test:watch": "npm run test -- --watch",
"prepublish": "npm run clean && npm run build"
},
"main": "lib/index.js",
"devDependencies": {
"@babel/cli": "^7.5.0",
"@babel/core": "^7.5.4",
"@babel/plugin-transform-react-jsx": "^7.3.0",
"@babel/preset-env": "^7.5.4",
"@babel/preset-react": "^7.7.0",
"@babel/register": "^7.4.4",
"mocha": "^6.1.4"
},
"keywords": [
"rax",
"react",
"babel-plugin"
],
"author": "renyou.hdd",
"license": "ISC"
}