-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
38 lines (38 loc) · 1.08 KB
/
package.json
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
31
32
33
34
35
36
37
38
{
"name": "curpra-search-filter",
"version": "1.0.2",
"main": "lib/index.js",
"types": "lib/index.d.ts",
"license": "MIT",
"description": "A search react component for react projects",
"repository": "https://github.com/curtizdev/curpra-search-filter.git",
"author": "Curtis Oyakoya",
"private": false,
"scripts": {
"build": "tsc",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"react",
"typescript",
"search",
"filter"
],
"publishConfig": {
"registry": "https://registry.npmjs.org/"
},
"bugs": {
"url": "https://github.com/curtizdev/curpra-search-filter.git/issues"
},
"homepage": "https://github.com/curtizdev/curpra-search-filter.git#readme",
"dependencies": {
"react": "^17.0.0",
"react-dom": "^17.0.0"
},
"devDependencies": {
"@types/react": "^17.0.0",
"@types/react-dom": "^17.0.0",
"typescript": "^4.0.0"
},
"packageManager": "yarn@3.6.0+sha512.418e45c2268c4d6b69a28f3939084b5853d5f392c43c0b5588bd1995a96e328414ae4b7777a8980c64bad4328c52586ff879b289f98ae65372a55fa4d0ff70dd"
}