16 lines
312 B
JSON
16 lines
312 B
JSON
{
|
|
"name": "school-management-system",
|
|
"version": "1.0.0",
|
|
"description": "## to start develop environment",
|
|
"main": "index.js",
|
|
"directories": {
|
|
"test": "test"
|
|
},
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"keywords": [],
|
|
"author": "",
|
|
"license": "ISC"
|
|
}
|