mirror of
https://github.com/GithubOrgProjectPiza/server.git
synced 2026-09-04 08:36:10 +02:00
Initialize npm & add typescript to dependencies
This commit is contained in:
@@ -0,0 +1,22 @@
|
||||
{
|
||||
"name": "server",
|
||||
"version": "1.0.0",
|
||||
"description": "",
|
||||
"main": "src/index.js",
|
||||
"scripts": {
|
||||
"test": "echo \"Error: no test specified\" && exit 1"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/GithubOrgProjectPiza/server.git"
|
||||
},
|
||||
"author": "",
|
||||
"license": "ISC",
|
||||
"bugs": {
|
||||
"url": "https://github.com/GithubOrgProjectPiza/server/issues"
|
||||
},
|
||||
"homepage": "https://github.com/GithubOrgProjectPiza/server#readme",
|
||||
"dependencies": {
|
||||
"typescript": "^4.5.5"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user