-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
48 lines (48 loc) · 1.34 KB
/
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
39
40
41
42
43
44
45
46
47
48
{
"name": "babel-plugin-transform-media-imports",
"version": "1.4.8",
"description": "Yet another one of those image/video import plugins",
"author": "Sidney Liebrand (https://sidneyliebrand.io)",
"main": "index.js",
"license": "MIT",
"scripts": {
"test": "mocha --require @babel/register --require choma"
},
"homepage": "https://github.com/SidOfc/babel-plugin-transform-media-imports",
"repository": {
"type": "git",
"url": "https://github.com/SidOfc/babel-plugin-transform-media-imports"
},
"bugs": {
"url": "https://github.com/SidOfc/babel-plugin-transform-media-imports/issues"
},
"keywords": [
"transform",
"media",
"import",
"export",
"image",
"video"
],
"devDependencies": {
"@babel/core": "^7.15.0",
"@babel/plugin-proposal-export-default-from": "^7.14.5",
"@babel/preset-env": "^7.15.0",
"@babel/register": "^7.14.5",
"choma": "^1.2.1",
"hasbin": "^1.2.3",
"mocha": "^10.0.0",
"prettier": "^2.3.2",
"rimraf": "^5.0.0"
},
"dependencies": {
"leather": "^3.0.0",
"mkdirp": "^3.0.0"
},
"prettier": {
"tabWidth": 4,
"singleQuote": true,
"printWidth": 90,
"bracketSpacing": false
}
}