typingmind/package.json
Tony Dinh a619c1e9e7 Init
2024-02-09 22:01:51 +07:00

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"
}
}