๐Ÿ“ฆ theajack / sener

๐Ÿ“„ package.json ยท 22 lines
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22{
    "name": "sener-json",
    "version": "0.0.20",
    "description": "Easy-to-use And Powerful nodejs http server",
    "main": "dist/sener-json.cjs.js",
    "typings": "dist/sener-json.d.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.20"
    },
    "publishConfig": {
        "registry": "https://registry.npmjs.org/"
    },
    "module": "dist/sener-json.esm.js",
    "gitHead": "a14d7c6a65b187280b573a94da0d87932a884eb2"
}