marketing/package.json

16 lines
381 B
JSON
Raw Normal View History

2026-05-21 10:49:45 +00:00
{
2026-06-02 19:42:03 +00:00
"scripts": {
2026-08-21 14:52:45 +00:00
"start": "./node_modules/http-server/bin/http-server -p 9876 -S -C local.hvatilo.ru.pem -K local.hvatilo.ru-key.pem -o .",
"build": "./build.js"
2026-06-02 19:42:03 +00:00
},
2026-05-21 10:49:45 +00:00
"dependencies": {
"http-server": "^14.1.1"
},
"devDependencies": {
2026-06-21 10:23:36 +00:00
"@minify-html/node": "^0.18.1",
2026-08-21 14:52:45 +00:00
"easy-https": "^1.0.1",
"javascript-obfuscator": "^5.5.0",
2026-05-21 10:49:45 +00:00
"ws": "^8.20.1"
}
}