ReactLearning/TSLearning/Section 1/package.json
2021-04-23 10:23:26 +12:00

16 lines
287 B
JSON

{
"name": "section-1",
"version": "1.0.0",
"description": "",
"main": "app.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "lite-server"
},
"author": "",
"license": "ISC",
"devDependencies": {
"lite-server": "^2.5.4"
}
}