/
thispeople
/
ptests
Обзор
Документация
Войти
/
thispeople
/
ptests
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
CI/CD
Аналитика
master
package.json
28 строк
532 B
Михаэль
Первый коммит
12 июл 2026, 18:17
Верифицирован
12 июл 2026, 18:17
e67cfa1
Код
Авторство
О чём код?
{ "name": "ptests", "version": "1.0.0", "description": "", "type": "module", "main": "./dist/index.js", "module": "./dist/index.js", "types": "./dist/index.d.ts", "exports": { ".": { "import": "./dist/index.js", "require": "./dist/index.cjs", "types": "./dist/index.d.ts" } }, "scripts": { "build": "tsup", "dev": "tsup --watch" }, "dependencies": { "chalk": "^5.6.2", "tsup": "^8.5.1" }, "devDependencies": { "typescript": "^5.5.3" }, "private": true }