letspack
Version:
A minimal tool for bundling and minifing scripts and styles.
51 lines (50 loc) • 1.09 kB
JSON
{
"name": "letspack",
"version": "1.2.12",
"author": "Dániel Szöllősi",
"homepage": "https://github.com/D4nyi/LetsPack#readme",
"repository": {
"type": "git",
"url": "https://github.com/D4nyi/LetsPack.git"
},
"bugs": {
"url": "https://github.com/D4nyi/LetsPack/issues"
},
"engines": {
"node": "^12.8.0 || ^14.0.0 || ^15.0.0 || ^16.0.0"
},
"license": "MIT",
"keywords": [
"JavaScript",
"JS",
"CSS",
"Minify",
"Minifier",
"Minification",
"PostCSS",
"PostCSS-Importer",
"Autoprefixer",
"CSSO",
"Terser",
"Md5-file",
"Laravel",
"Version",
"Versioning"
],
"exports": "./src/letsPack.js",
"types": "./types/letsPack.d.ts",
"scripts": {
"build": "tsc --project ./tsconfig.json"
},
"dependencies": {
"autoprefixer": "^10.4.0",
"md5-file": "^5.0.0",
"postcss": "^8.4.0",
"postcss-csso": "^6.0.0",
"postcss-import": "^14.0.0",
"terser": "^5.12.0"
},
"devDependencies": {
"typescript": "^4.6.0"
}
}