Skip to content

Commit

Permalink
Create package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
marioparaschiv committed Dec 10, 2023
1 parent 59db547 commit fd6d07c
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions npm/hermesc/package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
{
"name": "hermesc",
"version": "<version>",
"private": false,
"description": "Hermes compiler binaries",
"license": "MIT",
"repository": {
"type": "git",
"url": "git@github.com:localip/hermes.git"
},
"files": [
"README.md",
"linux64/hermesc",
"osx/hermesc",
"win64/hermesc.exe",
"win64/msvcp140.dll",
"win64/vcruntime140.dll",
"win64/vcruntime140_1.dll"
]
}

0 comments on commit fd6d07c

Please sign in to comment.