forked from bspaulding/rollup-plugin-image-files
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
43 lines (43 loc) · 1.14 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
{
"name": "rollup-plugin-image-file",
"version": "1.0.3",
"description": "fork form rollup-plugin-image-files, and add some features",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"dev": "tsc -w",
"build": "tsc",
"lint": "eslint src && npm run prettier:check",
"prettier:check": "prettier --check **/*.js",
"prettier:fix": "prettier --check **/*.js",
"test": "jest",
"test:coverage": "jest --coverage"
},
"repository": {
"type": "git",
"url": "git+https://github.com/bspaulding/rollup-plugin-image-files.git"
},
"keywords": [
"rollup-plugin",
"image"
],
"author": "biorz",
"license": "MIT",
"bugs": {
"url": "https://github.com/biorz/rollup-plugin-image-files/issues"
},
"homepage": "https://github.com/biorz/rollup-plugin-image-files#readme",
"dependencies": {
"rollup": "2.75.6",
"rollup-pluginutils": "2.8.2"
},
"devDependencies": {
"@babel/preset-env": "^7.18.2",
"@babel/preset-typescript": "^7.17.12",
"@types/jest": "^28.1.1",
"babel-eslint": "8.2.6",
"eslint": "5.3.0",
"jest": "^28.1.1",
"prettier": "^1.18.2"
}
}