44 lines
1.1 KiB
JSON
44 lines
1.1 KiB
JSON
|
{
|
||
|
"name": "parcel",
|
||
|
"version": "2.12.0",
|
||
|
"description": "Blazing fast, zero configuration web application bundler",
|
||
|
"license": "MIT",
|
||
|
"publishConfig": {
|
||
|
"access": "public"
|
||
|
},
|
||
|
"funding": {
|
||
|
"type": "opencollective",
|
||
|
"url": "https://opencollective.com/parcel"
|
||
|
},
|
||
|
"repository": {
|
||
|
"type": "git",
|
||
|
"url": "https://github.com/parcel-bundler/parcel.git"
|
||
|
},
|
||
|
"bin": "lib/bin.js",
|
||
|
"main": "lib/bin.js",
|
||
|
"source": "src/bin.js",
|
||
|
"engines": {
|
||
|
"node": ">= 12.0.0"
|
||
|
},
|
||
|
"dependencies": {
|
||
|
"@parcel/config-default": "2.12.0",
|
||
|
"@parcel/core": "2.12.0",
|
||
|
"@parcel/diagnostic": "2.12.0",
|
||
|
"@parcel/events": "2.12.0",
|
||
|
"@parcel/fs": "2.12.0",
|
||
|
"@parcel/logger": "2.12.0",
|
||
|
"@parcel/package-manager": "2.12.0",
|
||
|
"@parcel/reporter-cli": "2.12.0",
|
||
|
"@parcel/reporter-dev-server": "2.12.0",
|
||
|
"@parcel/reporter-tracer": "2.12.0",
|
||
|
"@parcel/utils": "2.12.0",
|
||
|
"chalk": "^4.1.0",
|
||
|
"commander": "^7.0.0",
|
||
|
"get-port": "^4.2.0"
|
||
|
},
|
||
|
"devDependencies": {
|
||
|
"@babel/core": "^7.22.11",
|
||
|
"@parcel/babel-register": "2.12.0"
|
||
|
},
|
||
|
"gitHead": "2059029ee91e5f03a273b0954d3e629d7375f986"
|
||
|
}
|