/
TON618OFF
/
FinalPWHTML
Обзор
Документация
Войти
/
TON618OFF
/
FinalPWHTML
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
node_modules/@formspree/core/package.json
42 строки
1 KB
TON618OFF
не ну это ваще
23 июн 2024, 00:30
23 июн 2024, 00:30
e27ae20
Код
Авторство
О чём код?
{ "name": "@formspree/core", "version": "3.0.1", "private": false, "description": "The core library for Formspree", "homepage": "https://formspree.io", "bugs": { "url": "https://github.com/formspree/formspree-core/issues" }, "repository": { "type": "git", "url": "https://github.com/formspree/formspree-core.git" }, "license": "MIT", "author": "Derrick Reimer", "contributors": [ "Derrick Reimer", "Cole Krumbholz", "Ismail Ghallou" ], "sideEffects": false, "main": "./dist/index.js", "types": "./dist/index.d.ts", "files": [ "dist/**" ], "scripts": { "build": "tsup src/index.ts --format esm,cjs --dts --minify", "clean": "rm -rf dist && rm -rf node_modules", "dev": "tsup src/index.ts --format esm,cjs --dts --sourcemap --watch", "lint": "eslint ./src ./test", "test": "jest", "typecheck": "tsc --noEmit" }, "dependencies": { "@stripe/stripe-js": "^1.35.0" }, "publishConfig": { "access": "public", "registry": "https://registry.npmjs.org" } }