-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
85 lines (85 loc) · 2.83 KB
/
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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
{
"name": "@xpack-dev-tools/meson-build",
"version": "1.6.1-1.1",
"description": "A binary xpm package with the Meson Build executables",
"main": "",
"scripts": {
"generate-top-commons": "bash node_modules/@xpack/npm-packages-helper/maintenance-scripts/generate-top-commons.sh --xpack-dev-tools",
"npm-install": "npm install",
"npm-link-helpers": "npm link @xpack/npm-packages-helper @xpack/docusaurus-template-liquid",
"npm-outdated": "npm outdated",
"npm-pack": "npm pack",
"npm-link": "npm link",
"deep-clean": "del-cli node_modules package-lock.json *.tgz",
"postversion": "git push origin --all && git push origin --tags"
},
"repository": {
"type": "git",
"url": "git+https://github.com/xpack-dev-tools/meson-build-xpack.git"
},
"bugs": {
"url": "https://github.com/xpack-dev-tools/meson-build-xpack/issues"
},
"homepage": "https://xpack-dev-tools.github.io/meson-build-xpack/",
"keywords": [
"xpack",
"meson",
"build"
],
"author": {
"name": "Liviu Ionescu",
"email": "ilg@livius.net",
"url": "https://github.com/ilg-ul"
},
"license": "MIT",
"xpack": {
"minimumXpmRequired": "0.16.3",
"binaries": {
"destination": "./.content",
"baseUrl": "https://github.com/xpack-dev-tools/meson-build-xpack/releases/download/v1.6.1-1",
"skip": 1,
"platforms": {
"darwin-arm64": {
"fileName": "xpack-meson-build-1.6.1-1-darwin-arm64.tar.gz",
"sha256": "5c3bf8e9d616e624dd606ef17d6b1c30a0d483337794f9415876fd20bef374b7"
},
"darwin-x64": {
"fileName": "xpack-meson-build-1.6.1-1-darwin-x64.tar.gz",
"sha256": "763dd9db27e0bd434dbc4dc6963ea9331d39a0fe9ec54746c4805e7694af7a05"
},
"linux-arm64": {
"fileName": "xpack-meson-build-1.6.1-1-linux-arm64.tar.gz",
"sha256": "8f4e2b41e2a3df439fbc0978d3ce1bcc4860021d314f05e5d0aa1c1f9e688cd6"
},
"linux-arm": {
"fileName": "xpack-meson-build-1.6.1-1-linux-arm.tar.gz",
"sha256": "dd110125aba6371b429e8c870aa87121ac70f3d586b7a2552d2abbdc52bf0656"
},
"linux-x64": {
"fileName": "xpack-meson-build-1.6.1-1-linux-x64.tar.gz",
"sha256": "23e6e64c8a75268ac5491cbf6544d2355b6815c6e268a83f785b908b0edbeefb"
},
"win32-x64": {
"fileName": "xpack-meson-build-1.6.1-1-win32-x64.zip",
"sha256": "b16ed68432e9d8fb1452a1a025f2287660a16a7b64eb7a382db10ed74abebca0"
}
}
},
"bin": {
"meson": "./.content/bin/meson",
"meson-python3": "./.content/bin/meson-python3"
}
},
"devDependencies": {
"del-cli": "^6.0.0",
"json": "^11.0.0",
"liquidjs": "^10.19.1"
},
"topConfig": {
"longName": "Meson Build",
"shortName": "meson-build"
},
"engines": {
"node": " >=18.0.0"
}
}