-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 850 Bytes
/
package.json
File metadata and controls
30 lines (30 loc) · 850 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
27
28
29
30
{
"name": "gyp-to-cmake",
"version": "0.5.3",
"description": "Convert binding.gyp files to CMakeLists.txt",
"homepage": "https://github.com/callstackincubator/react-native-node-api",
"repository": {
"type": "git",
"url": "git+https://github.com/callstackincubator/react-native-node-api.git",
"directory": "packages/gyp-to-cmake"
},
"type": "module",
"files": [
"bin",
"dist"
],
"bin": {
"gyp-to-cmake": "./bin/gyp-to-cmake.js"
},
"scripts": {
"build": "tsc",
"start": "tsx src/run.ts",
"test": "tsx --test --test-reporter=@reporters/github --test-reporter-destination=stdout --test-reporter=spec --test-reporter-destination=stdout"
},
"dependencies": {
"@react-native-node-api/cli-utils": "0.1.4",
"gyp-parser": "^1.0.4",
"pkg-dir": "^8.0.0",
"read-pkg": "^9.0.1"
}
}