diff --git a/package-lock.json b/package-lock.json new file mode 100644 index 0000000..9ce82a1 --- /dev/null +++ b/package-lock.json @@ -0,0 +1,13 @@ +{ + "name": "server", + "version": "1.0.0", + "lockfileVersion": 1, + "requires": true, + "dependencies": { + "typescript": { + "version": "4.5.5", + "resolved": "https://registry.npmjs.org/typescript/-/typescript-4.5.5.tgz", + "integrity": "sha512-TCTIul70LyWe6IJWT8QSYeA54WQe8EjQFU4wY52Fasj5UKx88LNYKCgBEHcOMOrFF1rKGbD8v/xcNWVUq9SymA==" + } + } +} diff --git a/package.json b/package.json new file mode 100644 index 0000000..fff4088 --- /dev/null +++ b/package.json @@ -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" + } +}