-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
34 lines (34 loc) · 877 Bytes
/
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
{
"devDependencies": {
"@parcel/packager-ts": "^2.7.0",
"@parcel/transformer-typescript-types": "^2.7.0",
"parcel": "^2.7.0",
"typescript": "^4.8.3"
},
"dependencies": {
"react": "^18.2.0"
},
"name": "use-controlled-list",
"description": "",
"version": "1.0.0",
"source": "src/index.ts",
"module": "dist/index.module.js",
"main": "dist/index.js",
"types": "dist/types.d.ts",
"scripts": {
"dev": "parcel watch",
"build": "parcel build",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/qsalatiel/use-controlled-list.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/qsalatiel/use-controlled-list/issues"
},
"homepage": "https://github.com/qsalatiel/use-controlled-list#readme"
}