/
githubmirror
/
meteor
Обзор
Документация
Войти
/
githubmirror
/
meteor
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
devel
tools/tests/apps/git-commit-hash/package.json
20 строк
476 B
Brian Chan
Update elliptic
31 окт 2024, 07:45
31 окт 2024, 07:45
bfa99b6
Код
Авторство
О чём код?
{ "name": "git-commit-hash", "private": true, "scripts": { "start": "meteor run", "test": "TEST_BROWSER_DRIVER=puppeteer meteor test --once --full-app --driver-package meteortesting:mocha" }, "dependencies": { "@babel/runtime": "^7.23.5", "meteor-node-stubs": "^1.2.12", "puppeteer": "^2.1.1" }, "meteor": { "mainModule": { "client": "client/main.js", "server": "server/main.js" }, "testModule": "tests/main.js" } }