ujs/package.json

18 lines
472 B
JSON
Raw Permalink Normal View History

2023-04-06 18:03:40 +03:00
{
2023-04-30 16:27:15 +03:00
"private": true,
2023-05-10 01:28:36 +03:00
"type": "module",
2023-04-30 16:22:50 +03:00
"version": "beeeeeeta",
"scripts": {
2023-05-10 01:28:36 +03:00
"build": "rollup --config rollup.config.js",
"watch": "ROLLUP_WATCH=true rollup --config rollup.config.js --watch",
2023-04-30 16:22:50 +03:00
"prettier-check": "prettier --check .",
"prettier-write": "prettier --write .",
2023-12-01 16:13:51 +03:00
"editorconfig-check": "ec -exclude 'node_modules' ."
2023-04-30 16:22:50 +03:00
},
2023-04-06 18:03:40 +03:00
"devDependencies": {
2023-11-14 00:16:47 +03:00
"@rollup/plugin-terser": "^0.4.4",
2023-12-01 16:13:51 +03:00
"prettier": "2.8.7",
"rollup": "^4.6.1"
2023-04-06 18:03:40 +03:00
}
}