Last active
March 2, 2020 09:48
-
-
Save jwchang0206/78c23602e9f7e5550d788a3ed0e1b1b9 to your computer and use it in GitHub Desktop.
Revisions
-
jwchang0206 created this gist
Mar 2, 2020 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,24 @@ { "name": "sample", "version": "1.0.0", "description": "", "main": "index.js", "scripts": { "test": "cross-env TS_NODE_FILES=true mocha --exit --require ts-node/register --colors test/**/*.ts", "coverage": "nyc npm run test" }, "keywords": [], "author": "", "license": "ISC", "devDependencies": { "@types/chai": "^4.1.7", "@types/mocha": "^5.2.7", "@types/node": "^12.6.9", "chai": "^4.2.0", "cross-env": "^5.2.0", "mocha": "^6.2.0", "nyc": "^14.1.1", "ts-node": "^8.3.0", "typescript": "^3.5.3" } }