-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
32 lines (32 loc) · 1 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
{
"name": "forex-aide",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"start": "npm run build && npm run server && npm run client",
"client": "cd client && npm start",
"server": "cd server && tsc --jsx preserve --lib es2015,dom && node index.js",
"build": "cd client && npm run build",
"install-client": "cd client && npm install",
"install-server": "cd server && npm install",
"install-things": "npm install && npm run install-client && npm run install-server",
"heroku-postbuild": "npm run install-client && npm run install-server"
},
"repository": {
"type": "git",
"url": "git+https://github.com/creemy0cheesekake/Currencies.git"
},
"author": "Arjun Anand",
"license": "ISC",
"bugs": {
"url": "https://github.com/creemy0cheesekake/Currencies/issues"
},
"homepage": "https://github.com/creemy0cheesekake/Currencies#readme",
"dependencies": {
"@types/axios": "^0.14.0",
"@types/express": "^4.17.13",
"@types/node": "^22.8.6",
"typescript": "^4.5.4"
}
}