Skip to content

Commit

Permalink
feat(pkg): add package.json data
Browse files Browse the repository at this point in the history
  • Loading branch information
AnthonyLenglet committed Jun 4, 2024
1 parent b1ac471 commit 23b1b79
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,23 @@
"version": "1.1.0",
"type": "module",
"main": "dist/index.js",
"author": {
"name": "Anthony Lenglet",
"url": "https://github.com/anthonylenglet"
},
"license": "MIT",
"homepage": "https://github.com/LesFabricants/Fluxie",
"repository": {
"type": "git",
"url": "https://github.com/LesFabricants/Fluxie"
},
"keywords": [
"angular",
"flux",
"redux",
"devtool",
"caching"
],
"scripts": {
"build": "node esbuild.config.js && ./node_modules/.bin/tsc -p tsconfig.json"
},
Expand Down

0 comments on commit 23b1b79

Please sign in to comment.