Skip to content

Commit 67ecf16

Browse files
Update package.json
1 parent 7c449ca commit 67ecf16

File tree

1 file changed

+22
-1
lines changed

1 file changed

+22
-1
lines changed

package.json

Lines changed: 22 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,26 @@
11
{
2-
"private": true,
2+
"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+
],
324
"scripts": {
425
"build": "tsc",
526
"clean": "rm -rf dist",

0 commit comments

Comments
 (0)