forked from holepunchto/cmake-toolchains
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
64 lines (64 loc) · 1.39 KB
/
Copy pathpackage.json
File metadata and controls
64 lines (64 loc) · 1.39 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
52
53
54
55
56
57
58
59
60
61
62
63
64
{
"name": "cmake-toolchains",
"version": "1.8.4",
"description": "Clang-based CMake toolchain definitions for easy cross compilation",
"exports": {
".": "./index.js",
"./package": "./package.json"
},
"imports": {
"fs": {
"bare": "bare-fs",
"default": "fs"
},
"path": {
"bare": "bare-path",
"default": "path"
}
},
"files": [
"index.js",
"*.cmake",
"android",
"apple",
"linux",
"win32"
],
"assets": [
"*.cmake",
"android",
"apple",
"linux",
"win32"
],
"scripts": {
"test": "npm run lint && npm run test:bare && npm run test:node",
"test:bare": "bare test.js",
"test:node": "node test.js",
"lint": "prettier . --check"
},
"repository": {
"type": "git",
"url": "git+https://github.com/holepunchto/cmake-toolchains.git"
},
"author": "Holepunch",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/holepunchto/cmake-toolchains/issues"
},
"homepage": "https://github.com/holepunchto/cmake-toolchains#readme",
"dependencies": {
"require-asset": "^1.0.2"
},
"devDependencies": {
"bare-fs": "^4.4.4",
"bare-path": "^3.0.0",
"brittle": "^3.7.0",
"cmake-runtime": "^4.1.1",
"newline-decoder": "^1.0.2",
"ninja-runtime": "^1.13.1",
"prettier": "^3.4.2",
"prettier-config-standard": "^7.0.0",
"which-runtime": "^1.3.2"
}
}