ujs/package.json

18 lines
472 B
JSON

{
"private": true,
"type": "module",
"version": "beeeeeeta",
"scripts": {
"build": "rollup --config rollup.config.js",
"watch": "ROLLUP_WATCH=true rollup --config rollup.config.js --watch",
"prettier-check": "prettier --check .",
"prettier-write": "prettier --write .",
"editorconfig-check": "ec -exclude 'node_modules' ."
},
"devDependencies": {
"@rollup/plugin-terser": "^0.4.4",
"prettier": "2.8.7",
"rollup": "^4.6.1"
}
}