forked from Calvin-Huang/react-native-device-brightness
-
Notifications
You must be signed in to change notification settings - Fork 21
/
package.json
33 lines (33 loc) · 925 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
{
"name": "@adrianso/react-native-device-brightness",
"version": "1.2.7",
"description": "Screen brightness adjustment tool for React Native",
"homepage": "https://github.com/adrianso/react-native-device-brightness#readme",
"repository": {
"type": "git",
"url": "https://github.com/adrianso/react-native-device-brightness"
},
"keywords": [
"react-native",
"ios",
"android",
"screen-brightness",
"device-brightness",
"brightness"
],
"author": "Adrian So <[email protected]> (https://github.com/adrianso)",
"license": "MIT",
"main": "lib/index.js",
"types": "lib/index.d.ts",
"scripts": {
"prepublish": "tsc",
"lint": "eslint '**/*.{ts,tsx}'"
},
"devDependencies": {
"@types/react-native": "^0.71.0",
"@typescript-eslint/eslint-plugin": "^5.48.2",
"@typescript-eslint/parser": "^5.48.2",
"eslint": "^8.32.0",
"typescript": "^4.9.4"
}
}