Skip to content

Instantly share code, notes, and snippets.

@hardboiled
Created July 11, 2019 05:43
Show Gist options
  • Save hardboiled/338724243335dd71562986160f7499e9 to your computer and use it in GitHub Desktop.
Save hardboiled/338724243335dd71562986160f7499e9 to your computer and use it in GitHub Desktop.
{
"name": "example-package-json",
"version": "1.0.0",
"description": "",
"dependencies": {
"csv-parse": "^4.4.1",
"typescript": "^3.4.4"
},
"devDependencies": {
"@types/chai": "^4.1.7",
"@types/mocha": "^5.2.6",
"@types/node": "^11.13.6",
"@types/sinon": "^7.0.11",
"@types/sinon-chai": "^3.2.2",
"chai": "^4.2.0",
"mocha": "^6.1.4",
"sinon": "^7.3.2",
"sinon-chai": "^3.3.0",
"tslint": "^5.16.0",
"ts-node": "^8.1.0"
},
"scripts": {
"build": "tsc -p .",
"dev": "npm run build -- -w",
"lint": "tslint --project tsconfig.json",
"test": "npm run lint && mocha --require ts-node/register test/**/*.spec.ts"
},
"keywords": [],
"author": "",
"license": "ISC"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment