Skip to content

Commit

Permalink
Stir package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
jackson-at-bentley committed Sep 8, 2022
1 parent 11cf05b commit 16a95bd
Show file tree
Hide file tree
Showing 2 changed files with 171 additions and 12 deletions.
164 changes: 161 additions & 3 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

19 changes: 10 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,31 +1,31 @@
{
"name": "fir-for-connectors",
"description": "Map source files to an iModel",
"version": "0.1.1-beta.1",
"homepage": "https://github.com/jackson-at-bentley/fir",
"bugs": "https://github.com/jackson-at-bentley/fir/issues",
"description": "Map source files to an iModel",
"keywords": [
"bentley",
"itwin",
"connector",
"bim",
"pcf"
],
"homepage": "https://github.com/jackson-at-bentley/fir",
"bugs": "https://github.com/jackson-at-bentley/fir/issues",
"license": "MIT",
"author": "Jackson Cooper",
"type": "module",
"main": "index.js",
"types": "index.d.ts",
"author": "Jackson Cooper",
"license": "MIT",
"files": [
"index.d.ts",
"build/*"
],
"type": "module",
"scripts": {
"test": "c8 mocha",
"compile": "tsc",
"tidy": "rm --force --recursive build docs coverage side-effects/imodels side-effects/Workspace side-effects/*.bim",
"doc": "npx typedoc --excludeInternal",
"lint": "eslint src test integration",
"doc": "npx typedoc --excludeInternal"
"test": "c8 mocha",
"tidy": "rm --force --recursive build docs coverage side-effects/imodels side-effects/Workspace side-effects/*.bim"
},
"devDependencies": {
"@istanbuljs/nyc-config-typescript": "^1.0.2",
Expand All @@ -41,6 +41,7 @@
"eslint": "^8.20.0",
"mocha": "^10.0.0",
"mocha-suppress-logs": "^0.3.1",
"sort-package-json": "^1.57.0",
"ts-node": "^10.9.1",
"typedoc": "^0.23.10",
"typescript": "^4.7.4"
Expand Down

0 comments on commit 16a95bd

Please sign in to comment.