-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 1.13 KB
/
package.json
File metadata and controls
41 lines (41 loc) · 1.13 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
{
"name": "react-native-node-api-modules-root",
"description": "Node-API Modules for React Native",
"type": "module",
"private": true,
"workspaces": [
"apps/*",
"packages/*"
],
"homepage": "https://github.com/callstackincubator/react-native-node-api-modules#readme",
"scripts": {
"build": "tsc --build",
"clean": "tsc --build --clean",
"dev": "tsc --build --watch",
"lint": "eslint .",
"test": "npm run test --workspace react-native-node-api-modules --workspace react-native-node-api-cmake --workspace gyp-to-cmake --workspace node-addon-examples"
},
"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",
"@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"
}
}