Created
April 10, 2023 04:00
-
-
Save christopherbauer/1d6ce696b88143347285b45cef6b888a to your computer and use it in GitHub Desktop.
Car-app package.json after installing npm libraries
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 characters
{ | |
"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