This repository has been archived on 2024-12-30. You can view files and clone it, but cannot push or open issues or pull requests.
w0bm/package.json
2021-06-25 08:25:11 +00:00

14 lines
298 B
JSON

{
"name": "w0bm",
"private": true,
"scripts": {
"build": "babel public/js/w0bmscript.js -o public/js/w0bmscript.min.js --source-maps"
},
"devDependencies": {
"babel-cli": "^6.26.0",
"babel-preset-env": "^1.6.1",
"babel-preset-minify": "^0.3.0"
},
"dependencies": {}
}