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