@swup/scripts-plugin
Version:
Swup plugin for auto re-running of included scripts.
37 lines (36 loc) • 955 B
JSON
{
"name": "@swup/scripts-plugin",
"version": "1.1.0",
"description": "Swup plugin for auto re-running of included scripts.",
"main": "lib/index.js",
"scripts": {
"compile": "babel --presets es2015,stage-0 -d lib/ src/",
"build": "webpack-cli",
"prepublish": "npm run compile && npm run build"
},
"author": {
"name": "Georgy Marchuk",
"email": "gmarcuk@gmail.com",
"url": "https://gmrchk.com/"
},
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/swup/scripts-plugin.git"
},
"devDependencies": {
"@swup/prettier-config": "^1.0.0",
"@swup/webpack-config": "^0.1.2",
"babel-cli": "^6.26.0",
"babel-loader": "^7.1.4",
"babel-preset-es2015": "^6.24.1",
"babel-preset-stage-0": "^6.24.1",
"lodash": "^4.17.11",
"prettier": "1.17.0",
"webpack": "^4.20.2",
"webpack-cli": "^3.1.1"
},
"dependencies": {
"@swup/plugin": "^1.0.1"
}
}