forked from microsoft/react-native-macos
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
26 lines (26 loc) · 672 Bytes
/
package.json
File metadata and controls
26 lines (26 loc) · 672 Bytes
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
{
"name": "@react-native-macos/nx-release-version",
"version": "0.0.1-dev",
"description": "Nx Release Version Actions for React Native macOS",
"homepage": "https://github.com/microsoft/react-native-macos/tree/HEAD/packages/nx-release-version#readme",
"license": "MIT",
"files": [
"index.js"
],
"main": "index.js",
"repository": {
"type": "git",
"url": "git+https://github.com/microsoft/react-native-macos.git",
"directory": "packages/nx-release-version"
},
"dependencies": {
"@nx/js": "21.2.4"
},
"devDependencies": {
"@rnx-kit/tsconfig": "^2.0.0",
"typescript": "^5.6.3"
},
"engines": {
"node": ">=18"
}
}