diff options
| author | maksJopek <72977266+maksJopek@users.noreply.github.com> | 2021-04-05 00:30:46 +0200 |
|---|---|---|
| committer | maksJopek <72977266+maksJopek@users.noreply.github.com> | 2021-04-05 00:30:46 +0200 |
| commit | d928eab3ecefbf778f1cadece9beac010dc42332 (patch) | |
| tree | 87722460e8164205a6ec4b381632cfe50195d6f9 /package.json | |
| parent | 292257d627bd1dfeafd772ac6457e2f54c2b73ba (diff) | |
| download | fia-d928eab3ecefbf778f1cadece9beac010dc42332.tar.gz fia-d928eab3ecefbf778f1cadece9beac010dc42332.tar.zst fia-d928eab3ecefbf778f1cadece9beac010dc42332.zip | |
Small step in good direction
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 64 |
1 files changed, 33 insertions, 31 deletions
diff --git a/package.json b/package.json index 920f7f1..c11425e 100644 --- a/package.json +++ b/package.json @@ -1,32 +1,34 @@ { - "name": "fia", - "version": "0.0.1", - "repository": "git@github.com:maksJopek/fia.git", - "author": "Maks Jopek <maks@jopek.eu>", - "license": "GPL-3.0", - "main": "./src/backend/js/index.js", - "scripts": { - "test": "echo \"Error: no test specified\" && exit 1", - "start:build-front": "tsc -p ./frontend/tsconfig.json --watch", - "start:build-back": "tsc -p ./backend/tsconfig.json --watch", - "start:run": "nodemon ./backend/js/index.js", - "start": "concurrently \"yarn:start:*\"" - }, - "dependencies": { - "dotenv": "^8.2.0", - "express": "^4.17.1", - "express-session": "^1.17.1", - "node-fetch": "^2.6.1" - }, - "devDependencies": { - "@types/concurrently": "^6.0.1", - "@types/dotenv": "^8.2.0", - "@types/express": "^4.17.11", - "@types/express-session": "1.17.0", - "@types/node-fetch": "^2.5.8", - "@types/nodemon": "^1.19.0", - "concurrently": "^6.0.0", - "nodemon": "^2.0.7", - "typescript": "^4.2.3" - } -} + "name": "fia", + "version": "0.0.1", + "repository": "git@github.com:maksJopek/fia.git", + "author": "Maks Jopek <maks@jopek.eu>", + "license": "GPL-3.0", + "main": "./backend/js/index.js", + "scripts": { + "test": "echo \"Error: no test specified\" && exit 1", + "start:build-front": "tsc -p ./frontend/tsconfig.json --watch", + "start:build-back": "tsc -p ./backend/tsconfig.json --watch", + "start:run": "nodemon ./backend/js/index.js", + "start": "concurrently \"yarn:start:*\"" + }, + "dependencies": { + "dotenv": "^8.2.0", + "express": "^4.17.1", + "express-session": "^1.17.1", + "node-fetch": "^2.6.1" + }, + "devDependencies": { + "@types/concurrently": "^6.0.1", + "@types/dotenv": "^8.2.0", + "@types/express": "^4.17.11", + "@types/express-session": "1.17.0", + "@types/node-fetch": "^2.5.8", + "@types/nodemon": "^1.19.0", + "concurrently": "^6.0.0", + "nodemon": "^2.0.7", + "typescript": "^4.2.3" + }, + "keywords": [], + "description": "" +}
\ No newline at end of file |
