This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"name": "my-project", | |
"version": "1.0.0", | |
"description": "Simple and JS SCSS complie with autoprefix and minify", | |
"scripts": { | |
"build": "webpack", | |
"watch": "webpack --watch" | |
}, | |
"devDependencies": { | |
"autoprefixer": "^9.0.0", |