-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
28 lines (28 loc) · 830 Bytes
/
package.json
File metadata and controls
28 lines (28 loc) · 830 Bytes
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
{
"name": "expressempty",
"version": "1.0.0",
"description": "Express React Typescript\r ```\r git clone git@github.com:StrajnarFilip/ReactNPM-Setup.git\r cd ReactNPM-Setup \r .\\script1.ps1\r ```",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"@types/node": "^14.14.41",
"@types/react": "^17.0.3",
"@types/react-dom": "^17.0.3",
"express": "^4.17.1",
"typescript": "^4.2.4"
},
"devDependencies": {},
"repository": {
"type": "git",
"url": "git+https://github.com/StrajnarFilip/ReactNPM-Setup.git"
},
"bugs": {
"url": "https://github.com/StrajnarFilip/ReactNPM-Setup/issues"
},
"homepage": "https://github.com/StrajnarFilip/ReactNPM-Setup#readme"
}