{ "name": "acf-autosize", "version": "1.2.1", "description": "A wordpress plugin to automatically resize and improve upon wysiwyg and textarea fields in Advanced Custom Fields", "main": "src/index.js", "scripts": { "esw": "esw --fix -w src/js .scripts", "dist": "gulp dist --env dist; npm run mu", "dev": "gulp", "mu": "node ./.scripts/mu.js > ./mu-plugin/acf-autosize-mu.php", "deploy": "npm run dist; npm run publish", "publish": "./.scripts/deploy.sh" }, "keywords": [], "author": "Moritz Jacobs @ Yeah", "license": "MIT", "dependencies": { "autosize": "^4.0.2", "handlebars": "^4.0.11" }, "devDependencies": { "eslint": "^5.0.1", "eslint-watch": "^4.0.0", "mj-gulp-workflow": "^1.3.4", "standard": "^11.0.1" } }