Skip to content

Commit

Permalink
Add metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
marvinschopf committed Feb 19, 2021
1 parent b28dee9 commit fd00cf8
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 1 deletion.
14 changes: 13 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,20 @@
"name": "plausible-js",
"version": "1.0.0",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"funding": "https://sponsor.marvinschopf.com/plausible-js",
"repository": "https://github.com/marvinschopf/plausible-js.git",
"author": "Marvin Schopf",
"author": {
"name": "Marvin Schopf",
"url": "https://www.marvinschopf.com",
"email": "marvin@schopf.biz"
},
"keywords": [
"plausible",
"plausible analytics",
"analytics",
"plausible api"
],
"license": "Apache-2.0",
"private": false,
"devDependencies": {
Expand Down
12 changes: 12 additions & 0 deletions tsconfig.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
{
"compilerOptions": {
"esModuleInterop": true,
"module": "commonjs",
"target": "es2017",
"declaration": true,
"outDir": "./dist"
},
"include": [
"src/**/*"
]
}

0 comments on commit fd00cf8

Please sign in to comment.