-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
72 lines (72 loc) · 1.68 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
{
"name": "@pigeon-posse/pigeonsh",
"version": "0.9.1",
"description": "Centralize your server scripts in a single folder and run them using a command",
"main": "dist/build/bundle.cjs",
"module": "dist/build/bundle.js",
"bin": {
"pigeonsh": "dist/build/bundle.js",
"psh": "dist/build/bundle.js"
},
"type": "module",
"scripts": {
"scripts": "pnpm pes"
},
"devDependencies": {
"@babel/core": "^7.20.5",
"@babel/eslint-parser": "^7.19.1",
"@babel/preset-env": "^7.20.2",
"@pigeon-posse/eslint-config": "^1.0.1",
"@pigeon-posse/pkg-extended-scripts": "^0.2.0",
"babel-plugin-transform-import-meta": "^2.2.0",
"esbuild": "^0.16.12",
"esbuild-plugin-babel": "^0.2.3",
"eslint": ">= 8",
"eslint-plugin-align-assignments": ">= 1",
"eslint-plugin-align-import": "^1.0.0",
"eslint-plugin-html": "^7.1.0",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-jsdoc": "^39.3.6",
"eslint-plugin-json": "^3.1.0",
"eslint-plugin-promise": ">= 6",
"pkg": "^5.8.0"
},
"dependencies": {
"chalk": "^5.0.1",
"js-yaml": "^4.1.0"
},
"keywords": [
"bash",
"sh",
"scripts",
"npm",
"cli",
"pkg",
"pigeonposse"
],
"author": {
"name": "Angelo",
"email": "[email protected]",
"url": "https://pigeonposse.com"
},
"contributors": [
{
"name": "Irfaelo",
"email": "[email protected]",
"url": "https://pigeonposse.com"
}
],
"license": {
"type": "GPL-3.0",
"url": "https://github.com/pigeon-posse/pigeonsh/LICENSE"
},
"funding": {
"type": "individual",
"url": "https://pigeonposse.com/?popup=donate"
},
"homepage": "https://pigeonposse.com/",
"repository": {
"type": "git",
"url": "https://github.com/pigeon-posse/pigeonsh"
}
}