-
Notifications
You must be signed in to change notification settings - Fork 18
/
package.json
38 lines (38 loc) · 899 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
33
34
35
36
37
38
{
"name": "babel-plugin-transform-react-to-vue",
"version": "0.2.0",
"description": "my impeccable project",
"repository": {
"url": "vueact/babel-plugin-transform-react-to-vue",
"type": "git"
},
"main": "index.js",
"files": [
"index.js"
],
"scripts": {
"test": "npm run lint && ava",
"test:cov": "npm run lint && npm run cov",
"lint": "xo",
"cov": "nyc --reporter=lcov ava"
},
"author": "egoist <[email protected]>",
"license": "MIT",
"dependencies": {},
"devDependencies": {
"ava": "^0.21.0",
"babel-core": "next",
"babel-plugin-syntax-class-properties": "next",
"babel-plugin-syntax-jsx": "next",
"babel-plugin-syntax-object-rest-spread": "next",
"eslint-config-rem": "^3.0.0",
"nyc": "^11.0.3",
"xo": "^0.18.0"
},
"xo": {
"extends": "rem"
},
"publishConfig": {
"message": "Release %s"
}
}