first command
This commit is contained in:
26
package.json
Normal file
26
package.json
Normal file
@@ -0,0 +1,26 @@
|
||||
{
|
||||
"name": "boot-dev-typescript-blog-aggregator",
|
||||
"version": "1.0.0",
|
||||
"main": "index.js",
|
||||
"type": "module",
|
||||
"scripts": {
|
||||
"start": "tsx ./src/index.ts"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/rdarius/boot-dev-typescript-blog-aggregator.git"
|
||||
},
|
||||
"keywords": [],
|
||||
"author": "",
|
||||
"license": "ISC",
|
||||
"bugs": {
|
||||
"url": "https://github.com/rdarius/boot-dev-typescript-blog-aggregator/issues"
|
||||
},
|
||||
"homepage": "https://github.com/rdarius/boot-dev-typescript-blog-aggregator#readme",
|
||||
"description": "",
|
||||
"devDependencies": {
|
||||
"@types/node": "^24.5.0",
|
||||
"tsx": "^4.20.5",
|
||||
"typescript": "^5.9.2"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user