-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathpackage.json
More file actions
51 lines (51 loc) · 1.38 KB
/
package.json
File metadata and controls
51 lines (51 loc) · 1.38 KB
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
39
40
41
42
43
44
45
46
47
48
49
50
51
{
"name": "@react-native-node-api/root",
"description": "Node-API Modules for React Native",
"type": "module",
"private": true,
"workspaces": [
"apps/*",
"packages/*"
],
"homepage": "https://github.com/callstackincubator/react-native-node-api#readme",
"scripts": {
"build": "tsc --build",
"clean": "tsc --build --clean",
"dev": "tsc --build --watch",
"lint": "eslint .",
"test": "npm run test --workspace react-native-node-api --workspace cmake-rn --workspace gyp-to-cmake --workspace node-addon-examples",
"bootstrap": "npm run build && npm run bootstrap --workspaces --if-present",
"postinstall": "npm dedupe"
},
"author": {
"name": "Callstack",
"url": "https://github.com/callstackincubator"
},
"contributors": [
{
"name": "Kræn Hansen",
"url": "https://github.com/kraenhansen"
}
],
"license": "MIT",
"devDependencies": {
"@eslint/js": "^9.19.0",
"@reporters/github": "^1.7.2",
"@tsconfig/node22": "^22.0.0",
"@tsconfig/react-native": "3.0.5",
"@types/node": "^22.13.0",
"eslint": "^9.19.0",
"globals": "^16.0.0",
"react-native": "0.79.1",
"typescript": "^5.7.3",
"typescript-eslint": "^8.22.0",
"tsx": "^4.19.3"
},
"resolutions": {
"rimraf": "^4.4.1",
"glob": "^10.3.16",
"npmlog": "^7.0.0",
"are-we-there-yet": "^4.0.0",
"gauge": "^5.0.0"
}
}