-
Notifications
You must be signed in to change notification settings - Fork 10
Expand file tree
/
Copy pathpackage.json
More file actions
28 lines (28 loc) · 841 Bytes
/
package.json
File metadata and controls
28 lines (28 loc) · 841 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
{
"name": "yarn-pkg-config",
"version": "0.29.5",
"scripts": {
"postinstall": "which pkg-config || (mkdir -p _build && ./configure --with-internal-glib --prefix $(pwd)/_build && make && make install)"
},
"exportedEnvVars": {
"PATH": {
"global": true,
"resolveAsRelativePath": true,
"globalCollisionBehavior": "joinPath",
"val": "./_build/bin"
},
"PKG_CONFIG_PATH": {
"global": true,
"resolveAsRelativePath": true,
"globalCollisionBehavior": "joinPath",
"val": "/usr/lib/pkgconfig:/usr/local/lib/pkgconfig:/usr/share/pkgconfig:/usr/local/share/pkgconfig"
}
},
"dependencies": {
"nopam": "https://github.com/yunxing/nopam.git",
"dependency-env": "https://github.com/npm-ml/dependency-env.git"
},
"keywords": [],
"author": "",
"license": "ISC"
}