parcel-namer-hashless
Version:
A parcel plugin that helps you remove the hash from the file name
40 lines (39 loc) • 1.03 kB
JSON
{
"name": "parcel-namer-hashless",
"version": "1.0.7",
"description": "A parcel plugin that helps you remove the hash from the file name",
"scripts": {
"build": "npx swc ./src -d lib && yalc push"
},
"author": "Gomi",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/gxy5202/parcel-namer-hashless"
},
"homepage": "https://github.com/gxy5202/parcel-namer-hashless#readme",
"keywords": [
"parcel",
"parcel plugin",
"namer",
"parcel-namer"
],
"main": "lib/index.js",
"devDependencies": {
"@parcel/types": "^2.2.0",
"@swc/cli": "^0.1.62",
"@swc/core": "^1.3.57"
},
"dependencies": {
"@parcel/namer-default": "^2.8.3",
"@parcel/plugin": "^2.8.3",
"@swc/helpers": "^0.5.1"
},
"files": [
"lib/index.js"
],
"engines": {
"parcel": "2.x",
"node": ">= 16.0.0"
}
}