mirror of
https://github.com/Raghu-Ch/front-end-coding-challenge.git
synced 2026-02-10 20:53:03 -05:00
15 lines
275 B
JSON
15 lines
275 B
JSON
{
|
|
"name": "frontend-test",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"start": "./node_modules/.bin/static-server ./public -p 9000"
|
|
},
|
|
"author": "",
|
|
"license": "ISC",
|
|
"devDependencies": {
|
|
"static-server": "^3.0.0"
|
|
}
|
|
}
|