-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 802 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 802 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
{
"name": "parcel-resolver-ignore",
"version": "2.2.1",
"description": "Parcel plugin that allows you to ignore assets/import syntax from bundling.",
"main": "lib/index.js",
"scripts": {
"test": "node --test"
},
"engines": {
"parcel": ">=2.9.0"
},
"files": [
"lib"
],
"keywords": [
"parcel",
"plugin",
"ignore assets",
"exclude assets"
],
"funding": "https://ko-fi.com/vladimirmikulic",
"homepage": "https://github.com/VladimirMikulic/parcel-resolver-ignore#readme",
"repository": {
"type": "git",
"url": "https://github.com/VladimirMikulic/parcel-resolver-ignore.git"
},
"author": "Vladimir Mikulic",
"license": "MIT",
"dependencies": {
"@parcel/plugin": "^2.16.0"
},
"devDependencies": {
"parcel": "^2.16.0"
}
}