-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
54 lines (54 loc) · 1.22 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
{
"name": "poops",
"description": "Straightforward, no-bullshit bundler for the web.",
"version": "1.0.18",
"license": "MIT",
"main": "poops.js",
"repository": {
"type": "git",
"url": "git+https://github.com/stamat/poops.git"
},
"bin": {
"poops": "poops.js",
"💩": "poops.js"
},
"author": "Stamat <@stamat> (http://stamat.info)",
"homepage": "https://github.com/stamat/poops",
"private": false,
"keywords": [
"bundler",
"javascript",
"sass",
"nunjucks",
"esbuild",
"dart-sass",
"toolchain-script",
"static-site-generator"
],
"scripts": {
"lint": "eslint ./poops.js"
},
"dependencies": {
"chokidar": "^3.5.3",
"connect": "^3.7.0",
"deepmerge": "^4.3.1",
"esbuild": "^0.19.3",
"glob": "^10.3.1",
"livereload": "^0.9.3",
"marked": "^9.0.3",
"moment": "^2.29.4",
"nunjucks": "^3.2.4",
"portscanner": "^2.2.0",
"sass": "^1.63.4",
"serve-static": "^1.15.0",
"yaml": "^2.3.1"
},
"devDependencies": {
"eslint": "^8.42.0",
"eslint-config-standard": "^17.1.0",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-n": "^16.0.0",
"eslint-plugin-promise": "^6.1.1",
"sulphuris": "^1.0.5"
}
}