-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
79 lines (79 loc) · 2.54 KB
/
package.json
File metadata and controls
79 lines (79 loc) · 2.54 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
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
{
"name": "@xpack-dev-tools/pkg-config",
"version": "0.29.2-3.1",
"description": "A binary xpm package with the pkg-config executable",
"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/pkg-config-xpack.git"
},
"bugs": {
"url": "https://github.com/xpack-dev-tools/pkg-config-xpack/issues"
},
"homepage": "https://xpack-dev-tools.github.io/pkg-config-xpack/",
"keywords": [
"xpack",
"nixos",
"pkg-config"
],
"author": {
"name": "Liviu Ionescu",
"email": "ilg@livius.net",
"url": "https://github.com/ilg-ul"
},
"license": "MIT",
"xpack": {
"minimumXpmRequired": "0.20.5",
"binaries": {
"destination": "./.content",
"baseUrl": "https://github.com/xpack-dev-tools/pkg-config-xpack/releases/download/v0.29.2-3",
"skip": 1,
"platforms": {
"darwin-arm64": {
"fileName": "xpack-pkg-config-0.29.2-3-darwin-arm64.tar.gz",
"sha256": "2e21e286333fac1d354962a5cd3095fefd3943fccfb0c95c0bc313dce92696e1"
},
"darwin-x64": {
"fileName": "xpack-pkg-config-0.29.2-3-darwin-x64.tar.gz",
"sha256": "f3e71ebd7911e712e047ca86026e00765cad43c483f0615b2b2f0cb75afd6eb0"
},
"linux-arm64": {
"fileName": "xpack-pkg-config-0.29.2-3-linux-arm64.tar.gz",
"sha256": "53acb139607b976e185bc15ff21adf033aebb656f6534ccfce4a8eb777a17ec2"
},
"linux-x64": {
"fileName": "xpack-pkg-config-0.29.2-3-linux-x64.tar.gz",
"sha256": "b21353e97e411a5eec4761d71c05ab6ac84f1c8d8748a91f06b823fee62513f8"
}
}
},
"executables": {
"pkg-config": "./.content/bin/pkg-config"
}
},
"devDependencies": {
"del-cli": "^7.0.0",
"json": "^11.0.0",
"liquidjs": "^10.23.0"
},
"topConfig": {
"descriptiveName": "xPack pkg-config",
"upstreamDescriptiveName": "pkg-config",
"permalinkName": "pkg-config",
"skipCiTests": "true",
"useSelfHostedRunners": "true"
},
"engines": {
"node": " >=20.0"
}
}