Skip to content

Commit

Permalink
Update package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
jacobwgillespie committed Jul 4, 2021
1 parent 7c449ca commit 67ecf16
Showing 1 changed file with 22 additions and 1 deletion.
23 changes: 22 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,26 @@
{
"private": true,
"name": "zap",
"version": "0.0.1",
"description": "Lightweight HTTP server framework for Node",
"repository": {
"type": "git",
"url": "https://github.com/jacobwgillespie/zap.git"
},
"homepage": "https://github.com/jacobwgillespie/zap",
"funding": {
"type": "GitHub",
"url": "https://github.com/sponsors/jacobwgillespie"
},
"author": {
"name": "Jacob Gillespie",
"email": "[email protected]"
},
"license": "MIT",
"main": "./dist/zap.js",
"types": "./dist/zap.d.ts",
"files": [
"dist"
],
"scripts": {
"build": "tsc",
"clean": "rm -rf dist",
Expand Down

0 comments on commit 67ecf16

Please sign in to comment.