We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f9e9401 commit e4e1251Copy full SHA for e4e1251
package.json
@@ -1,7 +1,8 @@
1
{
2
"name": "@algorithm-visualizer/server",
3
"version": "2.0.0",
4
- "description": "Server for Algorithm Visualizer",
+ "title": "Algorithm Visualizer",
5
+ "description": "Algorithm Visualizer is an interactive online platform that visualizes algorithms from code.",
6
"scripts": {
7
"watch": "NODE_ENV=development NODE_PATH=src ts-node-dev --respawn --ignore-watch node_modules --no-notify src",
8
"start": "NODE_ENV=production NODE_PATH=src ts-node --transpile-only src",
0 commit comments