Skip to content

Instantly share code, notes, and snippets.

@christopherbauer
Created April 10, 2023 04:00
Show Gist options
  • Save christopherbauer/1d6ce696b88143347285b45cef6b888a to your computer and use it in GitHub Desktop.
Save christopherbauer/1d6ce696b88143347285b45cef6b888a to your computer and use it in GitHub Desktop.
Car-app package.json after installing npm libraries
{
"name": "car-app",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"start-ts": "ts-node index.ts",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"@classlibrary/core-ts": "^1.0.0",
"ts-node": "^10.9.1"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment