mirror of
https://github.com/TypingMind/typingmind.git
synced 2025-04-04 12:29:09 +00:00
14 lines
320 B
JSON
14 lines
320 B
JSON
{
|
|
"scripts": {
|
|
"start": "http-server ./src/ -p 3000"
|
|
},
|
|
"name": "typingmind",
|
|
"version": "1.0.0",
|
|
"main": "index.js",
|
|
"repository": "git@github.com:TypingMind/typingmind.git",
|
|
"author": "Tony Dinh <support@typingmind.com>",
|
|
"license": "N/A",
|
|
"devDependencies": {
|
|
"http-server": "^14.1.1"
|
|
}
|
|
}
|