-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
42 lines (42 loc) · 995 Bytes
/
package.json
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
{
"name": "cmake-toolchains",
"version": "1.3.3",
"description": "Clang-based CMake toolchain definitions for easy cross compilation",
"exports": {
".": "./index.js",
"./package": "./package.json"
},
"files": [
"index.js",
"*.cmake",
"android"
],
"assets": [
"*.cmake",
"android"
],
"scripts": {
"test": "prettier . --check && node test.js"
},
"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": {
"brittle": "^3.7.0",
"cmake-runtime": "^3.30.6-4",
"newline-decoder": "^1.0.2",
"ninja-runtime": "^1.12.2-0",
"prettier": "^3.4.2",
"prettier-config-standard": "^7.0.0"
}
}