1
0
Fork 0
mirror of https://github.com/archtechx/wire-replace.git synced 2025-12-12 07:34:02 +00:00
wire-replace/package.json
2020-12-31 00:25:40 +01:00

31 lines
824 B
JSON

{
"name": "@leanadmin/wire-replace",
"version": "0.1.2",
"description": "wire:replace directive for Livewire",
"main": "index.js",
"repository": {
"type": "git",
"url": "git+https://github.com/LeanAdmin/wire-replace.git"
},
"files": [
"index.js",
"dist/wire_replace.js"
],
"scripts": {
"build": "npx mix --production",
"prepublishOnly": "npm run-script build"
},
"keywords": [
"livewire"
],
"author": "Samuel Štancl <samuel.stancl@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/LeanAdmin/wire-replace/issues"
},
"homepage": "https://github.com/LeanAdmin/wire-replace#readme",
"devDependencies": {
"laravel-mix": "^6.0.6",
"postcss": "^8.2.2"
}
}