Skip to content

Commit

Permalink
Merge pull request #100 from SWI-Prolog/chore/update-package-json
Browse files Browse the repository at this point in the history
chore/update package json
  • Loading branch information
jeswr authored Apr 11, 2023
2 parents ff507a4 + b76e79d commit 24e9428
Show file tree
Hide file tree
Showing 2 changed files with 136 additions and 133 deletions.
16 changes: 12 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,24 +6,32 @@
"Jesse Wright",
"Jan Wielemaker"
],
"repository": {
"type": "git",
"url": "https://github.com/SWI-Prolog/npm-swipl-wasm.git"
},
"bugs": {
"url": "https://github.com/SWI-Prolog/npm-swipl-wasm/issues"
},
"homepage": "https://github.com/SWI-Prolog/npm-swipl-wasm#README",
"license": "BSD-2-Clause",
"type": "commonjs",
"main": "dist/index.js",
"types": "dist/index.d.js",
"types": "dist/index.d.ts",
"devDependencies": {
"@octokit/rest": "^19.0.7",
"@types/emscripten": "^1.39.6",
"@types/node": "^18.15.11",
"@typescript-eslint/eslint-plugin": "^5.57.1",
"@typescript-eslint/parser": "^5.57.1",
"@typescript-eslint/eslint-plugin": "^5.58.0",
"@typescript-eslint/parser": "^5.58.0",
"cross-fetch": "^3.1.5",
"eslint": "^8.38.0",
"http-server": "^14.1.1",
"mocha": "^10.2.0",
"node-static": "^0.7.11",
"npm-run-all": "^4.1.5",
"puppeteer": "^19.8.5",
"semantic-release": "^19",
"semantic-release": "^19.0.5",
"ts-node": "^10.9.1",
"typescript": "^5.0.4"
},
Expand Down
Loading

0 comments on commit 24e9428

Please sign in to comment.