-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
47 lines (47 loc) · 1.02 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
{
"author": {
"name": "Amin NAIRI",
"url": "https://github.com/aminnairi"
},
"bin": {
"static": "release/static.js"
},
"bugs": {
"url": "https://github.com/aminnairi/node-static/issues"
},
"description": "Static file server",
"files": [
"release"
],
"homepage": "https://github.com/aminnairi/node-static",
"keywords": [
"static",
"file",
"files",
"server",
"serve",
"folder",
"folders"
],
"license": "GPL-3.0-or-later",
"name": "@aminnairi/static",
"version": "0.2.0",
"scripts": {
"build": "rollup --config rollup.config.js"
},
"dependencies": {
"@aminnairi/natural": "0.1.1",
"mime-db": "1.52.0",
"regenerator-runtime": "0.14.1"
},
"devDependencies": {
"@aminnairi/rollup-plugin-external": "0.1.3",
"@babel/core": "7.24.3",
"@babel/preset-env": "7.24.3",
"@rollup/plugin-babel": "6.0.4",
"@rollup/plugin-json": "6.1.0",
"rollup": "4.13.0",
"rollup-plugin-delete": "2.0.0",
"rollup-plugin-terser": "7.0.2"
}
}