-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 987 Bytes
/
package.json
File metadata and controls
41 lines (41 loc) · 987 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
30
31
32
33
34
35
36
37
38
39
40
41
{
"name": "babel-plugin-transform-stringify-jsx",
"version": "4.0.0",
"description": "stringify-jsx plugin for babel",
"main": "dist/stringify-jsx.js",
"scripts": {
"start": "npm run build",
"build": "rollup -c",
"build:w": "rollup -c -w",
"test": "jest"
},
"type": "module",
"repository": {
"type": "git",
"url": "git+https://github.com/TargetTaiga/babel-plugin-transform-stringify-jsx.git"
},
"author": {
"name": "targettaiga",
"email": "targettaiga@gmail.com"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/TargetTaiga/babel-plugin-transform-stringify-jsx/issues"
},
"homepage": "https://github.com/TargetTaiga/babel-plugin-transform-stringify-jsx#readme",
"keywords": [
"jsx",
"templates",
"html",
"react",
"mustache",
"stringify-jsx",
"jsx-adaptation",
"babel"
],
"devDependencies": {
"@babel/core": "^7.6.4",
"jest": "^24.9.0",
"rollup": "^1.23.1"
}
}