-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
146 lines (146 loc) · 4.05 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
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
{
"name": "binarium",
"version": "2.0.1",
"description": "Easy-to-use, zero-configuration tool to create executables of your Node, Deno or Bun projects for all platforms and architectures.",
"keywords": [
"cli",
"library",
"node",
"binaries",
"bin",
"packager",
"builder",
"pigeonposse",
"pp"
],
"homepage": "https://github.com/pigeonposse/binarium",
"bugs": {
"url": "https://github.com/pigeonposse/binarium/issues",
"email": "dev@pigeonposse.com"
},
"repository": {
"type": "git",
"url": "https://github.com/pigeonposse/binarium"
},
"funding": {
"type": "individual",
"url": "https://pigeonposse.com/?popup=donate"
},
"license": "GPL-3.0",
"author": {
"name": "Angelo",
"email": "angelo@pigeonposse.com",
"url": "https://github.com/angelespejo"
},
"type": "module",
"exports": {
".": "./dist/main.mjs"
},
"main": "dist/main.mjs",
"module": "dist/main.mjs",
"types": "dist/main.d.ts",
"bin": {
"binarium": "dist/cli.mjs"
},
"files": [
"dist",
"tsconfig.builder.json"
],
"scripts": {
".": "dovenv",
"build": "pnpm run --sequential \"/build:.*/\"",
"build:lib": "rimraf dist && rimraf build && unbuild",
"dev": "tsx src/cli.ts",
"example": "bash -c 'run() { tsx examples/$1/main.ts \"${@:1}\"; }; run \"$@\"' --",
"example-cli": "bash -c 'run() { source examples/$1/main.sh \"${@:1}\"; }; run \"$@\"' --",
"lint": "pnpm eslint src",
"preview": "node dist/cli.mjs --input=examples/app.ts",
"test": "pnpm run --sequential \"/test:.*/\"",
"test:unit": "vitest run src --passWithNoTests",
"update-version": "changeset && changeset version"
},
"dependencies": {
"@babel/core": "7.26.0",
"@babel/plugin-transform-dynamic-import": "7.25.9",
"@babel/plugin-transform-modules-commonjs": "7.25.9",
"@babel/plugin-transform-typescript": "7.25.9",
"@babel/preset-env": "7.26.0",
"@vercel/ncc": "0.38.3",
"@yao-pkg/pkg": "6.1.1",
"archiver": "7.0.1",
"babel-plugin-transform-import-meta": "2.2.1",
"chalk": "5.3.0",
"deepmerge-ts": "7.1.3",
"esbuild": "0.24.0",
"esbuild-node-externals": "1.15.0",
"esbuild-plugin-babel": "0.2.3",
"esbuild-plugin-copy": "2.1.1",
"esbuild-plugin-wasm": "1.1.0",
"globby": "14.0.2",
"import-meta-resolve": "4.1.0",
"ora": "8.1.1",
"toml": "3.0.0",
"yaml": "2.6.1"
},
"devDependencies": {
"@changesets/changelog-github": "0.5.0",
"@changesets/cli": "2.27.10",
"@dovenv/core": "0.0.6",
"@dovenv/lint": "0.0.6",
"@dovenv/theme-banda": "0.0.6",
"@dovenv/utils": "0.0.6",
"@parcel/packager-ts": "2.13.2",
"@parcel/transformer-typescript-types": "2.13.2",
"@types/archiver": "6.0.3",
"@types/babel__preset-env": "7.9.7",
"@types/node": "22.10.1",
"doctoc": "2.2.1",
"husky": "9.1.7",
"rimraf": "6.0.1",
"tslib": "2.8.1",
"tsx": "4.19.2",
"typescript": "5.7.2",
"unbuild": "2.0.0",
"vitest": "2.1.8"
},
"packageManager": "pnpm@9.11.0",
"engines": {
"node": ">=20.0.0",
"pnpm": ">=8.10.0"
},
"publishConfig": {
"access": "public",
"registry": "https://registry.npmjs.org/"
},
"extra": {
"id": "binarium",
"productName": "Binarium",
"shortDesc": "Toolkit for make your code workspace easier.",
"libraryUrl": "https://www.npmjs.com/package/binarium",
"licenseUrl": "https://github.com/pigeonposse/binarium/blob/main/LICENSE",
"libraryId": "binarium",
"repoId": "binarium",
"rawRepoUrl": "https://raw.githubusercontent.com/pigeonposse/binarium",
"docsUrl": "https://github.com/pigeonposse/binarium",
"collective": {
"id": "pigeonposse",
"name": "PigeonPosse",
"funding": "https://pigeonposse.com/?popup=donate",
"gh": "https://github.com/pigeonposse",
"about": "https://pigeonposse.com?popup=about",
"url": "https://pigeonposse.com",
"web": "https://pigeonposse.com",
"email": "dev@pigeonposse.com",
"socialUser": {
"twitter": "pigeonposse_",
"instagram": "pigeon.posse",
"medium": "pigeonposse"
},
"social": {
"twitter": "https://twitter.com/pigeonposse_",
"instagram": "https://www.instagram.com/pigeon.posse/",
"medium": "https://medium.com/@pigeonposse"
}
}
}
}