Skip to content

Commit

Permalink
Update JS package info for publishing
Browse files Browse the repository at this point in the history
  • Loading branch information
lm-sousa committed Sep 25, 2024
1 parent f188b7d commit d7b1e2f
Showing 1 changed file with 8 additions and 7 deletions.
15 changes: 8 additions & 7 deletions Clava-JS/package.json
Original file line number Diff line number Diff line change
@@ -1,25 +1,26 @@
{
"name": "clava-js",
"version": "0.0.1",
"name": "@specs-feup/clava",
"version": "3.0.0",
"description": "A C/C++ source-to-source compiler written in Typescript",
"type": "module",
"files": [
"api",
"code",
"src-api",
"src-code",
"clang-plugin-binaries",
"java-binaries",
".gitignore",
"jest.config.json",
"eslint.config.js",
"jest.config.js",
"LICENSE",
"package.json",
"README.md",
"tsconfig.jest.json",
"tsconfig.json"
"tsconfig.json",
"typedoc.config.js"
],
"bin": {
"clava-js": "./code/index.js"
"clava": "./code/index.js"
},
"scripts": {
"run": "node ./code/index.js",
Expand Down Expand Up @@ -55,7 +56,7 @@
},
"homepage": "https://github.com/specs-feup/clava#readme",
"dependencies": {
"lara-js": "^0.0.1"
"@specs-feup/lara": "^3.0.0"
},
"devDependencies": {
"@jest/globals": "^29.7.0",
Expand Down

0 comments on commit d7b1e2f

Please sign in to comment.