-
Notifications
You must be signed in to change notification settings - Fork 45
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 840 Bytes
/
package.json
File metadata and controls
30 lines (30 loc) · 840 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
{
"name": "@vitalybaev/react-dadata",
"private": true,
"description": "React-компонент для подсказок адресов, организаций и банков с помощью сервиса DaData.ru",
"keywords": [
"react",
"reactjs",
"dadata",
"suggestions",
"autocomplete",
"address",
"party",
"bank"
],
"author": "Vitaly Baev <ping@baev.dev>",
"license": "MIT",
"bugs": {
"url": "https://github.com/vitalybaev/react-dadata/issues"
},
"scripts": {
"test": "pnpm --filter './packages/**' --if-present test",
"test:lint": "pnpm --filter './packages/**' test:lint-package"
},
"homepage": "https://vitalybaev.github.io/react-dadata/",
"devDependencies": {
"@biomejs/biome": "1.8.3",
"rimraf": "^5.0.0"
},
"packageManager": "pnpm@9.15.2"
}