Skip to content

Commit

Permalink
deps: Add ts-node as devDependency
Browse files Browse the repository at this point in the history
Signed-off-by: Lewis Marshall <lewis.marshall@ably.com>
  • Loading branch information
lmars committed Aug 7, 2023
1 parent 97025f5 commit cf6ec36
Show file tree
Hide file tree
Showing 2 changed files with 240 additions and 2 deletions.
236 changes: 236 additions & 0 deletions package-lock.json

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

6 changes: 4 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@
"build:mjs": "tsc --project tsconfig.mjs.json && cp res/package.mjs.json dist/mjs/package.json",
"build:cjs": "tsc --project tsconfig.cjs.json && cp res/package.cjs.json dist/cjs/package.json",
"build:iife": "rm -rf dist/iife && tsc --project tsconfig.iife.json && rollup dist/iife/index.js --file dist/iife/index.bundle.js --format iife --name Spaces -e ably -g ably:Ably",
"prepare": "husky install"
"prepare": "husky install",
"examples:locks": "ts-node ./examples/locks.ts"
},
"exports": {
"import": "./dist/mjs/index.js",
Expand All @@ -43,12 +44,13 @@
"@typescript-eslint/parser": "^5.51.0",
"@vitest/coverage-c8": "^0.28.4",
"eslint": "^8.33.0",
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-jsdoc": "^39.8.0",
"eslint-plugin-security": "^1.7.1",
"eslint-plugin-import": "^2.27.5",
"husky": "^8.0.0",
"mock-socket": "^9.1.5",
"prettier": "^2.8.3",
"ts-node": "^10.9.1",
"typescript": "^4.9.5",
"vitest": "^0.29.8"
},
Expand Down

0 comments on commit cf6ec36

Please sign in to comment.