/
githubmirror
/
meteor
Обзор
Документация
Войти
/
githubmirror
/
meteor
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
devel
tools/tests/apps/dev-bundle-bin-commands/package.json
13 строк
322 B
Brian Chan
Update elliptic
31 окт 2024, 07:45
31 окт 2024, 07:45
bfa99b6
Код
Авторство
О чём код?
{ "name": "dev-bundle-bin-commands", "private": true, "scripts": { "start": "meteor run", "exit-with-status": "node exitWithStatus.js", "exit-normally": "echo \"This script will exit normally\" && exit 0" }, "dependencies": { "@babel/runtime": "^7.23.5", "meteor-node-stubs": "^1.2.12" } }