/
ton-org
/
blueprint
Обзор
Документация
Войти
/
ton-org
/
blueprint
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
develop
example/package.json
28 строк
815 B
ilyar
chore: update sample project (#244)
30 май 2025, 12:55
Не верифицирован
30 май 2025, 12:55
e01cff1
Код
Авторство
О чём код?
{ "name": "example", "version": "0.0.1", "license": "MIT", "scripts": { "gas-report": "blueprint test --gas-report", "gas-snapshot": "npx blueprint snapshot --label", "test": "jest" }, "private": true, "devDependencies": { "@tact-lang/compiler": ">=1.6.12 <2.0.0", "@ton-community/func-js": "^0.9.1", "@ton/blueprint": ">=0.34.0", "@ton/crypto": "^3.3.0", "@ton/sandbox": ">=0.31.0", "@ton/test-utils": ">=0.6.0", "@ton/tolk-js": "^0.13.0", "@ton/ton": ">=15.2.1 <16.0.0", "@types/jest": "^29.5.14", "@types/node": "^22.14.1", "jest": "^29.7.0", "prettier": "^3.5.3", "ts-jest": "^29.3.2", "ts-node": "^10.9.2", "typescript": "^5.8.3" } }