Skip to content

Commit

Permalink
fix : add directory
Browse files Browse the repository at this point in the history
  • Loading branch information
ccamensuli committed Dec 19, 2023
1 parent 3e5253e commit 36cda09
Showing 1 changed file with 31 additions and 0 deletions.
31 changes: 31 additions & 0 deletions dist/package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
{
"name": "nodefony-core",
"version": "10.0.0",
"description": "Core Nodefony Framework",
"main": "index.js",
"types": "types/index.d.ts",
"private": false,
"bin": {},
"keywords": [
"nodefony",
"node-js",
"javascript"
],
"scripts": {},
"dependencies": {},
"devDependencies": {},
"repository": {
"type": "git",
"url": "git://github.com/nodefony/nodefony.git"
},
"resolutions": {},
"license": "CECILL-B",
"licenses": [
{
"type": "CECILL-B",
"url": "http://www.cecill.info/licences/Licence_CeCILL-B_V1-en.html"
}
],
"author": "Christophe CAMENSULI <[email protected]>",
"readmeFilename": "README.md"
}

0 comments on commit 36cda09

Please sign in to comment.