Skip to content

Commit

Permalink
added type definitions
Browse files Browse the repository at this point in the history
  • Loading branch information
aaronleopold committed Oct 13, 2020
1 parent 959cd1c commit 1a08670
Show file tree
Hide file tree
Showing 5 changed files with 781 additions and 3 deletions.
228 changes: 228 additions & 0 deletions package-lock.json

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

13 changes: 10 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,13 @@
"scripts": {
"coverage": "nyc report --reporter=lcov",
"pretest": "eslint . --fix",
"test": "nyc mocha"
"test": "nyc mocha",
"test-ts": "ts-mocha -p ./tsconfig.json test/index.ts"
},
"devDependencies": {
"@types/express": "^4.17.8",
"@types/mocha": "^8.0.3",
"@types/supertest": "^2.0.10",
"assert": "^2.0.0",
"connect": "^3.7.0",
"coveralls": "^3.1.0",
Expand All @@ -39,9 +43,12 @@
"eslint-plugin-node": "^11.1.0",
"mocha": "^8.1.3",
"nyc": "^15.1.0",
"supertest": "^5.0.0"
"supertest": "^5.0.0",
"ts-mocha": "^7.0.0",
"typescript": "^4.0.3"
},
"engines": {
"node": ">=12"
}
},
"types": "types/index.d.ts"
}
Loading

0 comments on commit 1a08670

Please sign in to comment.