-
Notifications
You must be signed in to change notification settings - Fork 7
/
package.json
38 lines (38 loc) · 953 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
35
36
37
38
{
"name": "react-geiger",
"version": "1.2.0",
"description": "Audiolize React performance",
"repository": {
"type": "git",
"url": "git@github.com:kristiandupont/react-geiger.git"
},
"homepage": "https://github.com/kristiandupont/react-geiger",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "tsc",
"lint": "eslint . -f visualstudio --report-unused-disable-directives --ext .ts,.tsx"
},
"keywords": [
"react",
"performance",
"profiling"
],
"author": {
"name": "Kristian Dupont",
"url": "http://www.kristiandupont.com"
},
"files": [
"dist/"
],
"license": "ISC",
"devDependencies": {
"@kristiandupont/dev-deps": "^2.24.0",
"@kristiandupont/dev-deps-react": "^1.7.0",
"@tsconfig/recommended": "^1.0.3"
},
"peerDependencies": {
"react": "^16.8.0 || ^17.0.0 || ^18.0.0"
}
}