/
findly_project
/
FindlyWeb
Обзор
Документация
Войти
/
findly_project
/
FindlyWeb
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
main
package.json
26 строк
550 B
kolo
npm init
13 июн 2025, 21:22
13 июн 2025, 21:22
506473c
Код
Авторство
О чём код?
{ "name": "findlyweb", "version": "1.0.0", "description": "Findly - Search once. Find everything.", "keywords": [ "findly" ], "homepage": "https://github.com/koloideal/FindlyWeb#readme", "bugs": { "url": "https://github.com/koloideal/FindlyWeb/issues" }, "repository": { "type": "git", "url": "git+https://github.com/koloideal/FindlyWeb.git" }, "license": "MIT", "author": "kolo", "type": "commonjs", "main": "app.js", "scripts": { "test": "dev" }, "dependencies": { "react": "^19.1.0" } }