We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7c449ca commit 67ecf16Copy full SHA for 67ecf16
package.json
@@ -1,5 +1,26 @@
1
{
2
- "private": true,
+ "name": "zap",
3
+ "version": "0.0.1",
4
+ "description": "Lightweight HTTP server framework for Node",
5
+ "repository": {
6
+ "type": "git",
7
+ "url": "https://github.com/jacobwgillespie/zap.git"
8
+ },
9
+ "homepage": "https://github.com/jacobwgillespie/zap",
10
+ "funding": {
11
+ "type": "GitHub",
12
+ "url": "https://github.com/sponsors/jacobwgillespie"
13
14
+ "author": {
15
+ "name": "Jacob Gillespie",
16
+ "email": "[email protected]"
17
18
+ "license": "MIT",
19
+ "main": "./dist/zap.js",
20
+ "types": "./dist/zap.d.ts",
21
+ "files": [
22
+ "dist"
23
+ ],
24
"scripts": {
25
"build": "tsc",
26
"clean": "rm -rf dist",
0 commit comments