1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22{
"name": "sener-static",
"scripts": {
"build": "node ../../scripts/build/build.js static"
},
"dependencies": {
"@types/mime": "^3.0.1",
"mime": "^3.0.0",
"sener-types": "^0.0.16"
},
"main": "dist/sener-static.cjs.js",
"typings": "dist/sener-static.d.ts",
"description": "Easy-to-use And Powerful nodejs http server",
"author": "tackchen <theajack@qq.com>",
"version": "0.0.16",
"repository": "git@github.com:theajack/sener.git",
"license": "MIT",
"publishConfig": {
"registry": "https://registry.npmjs.org/"
},
"module": "dist/sener-static.esm.js"
}