You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
21 lines
369 B
JSON
21 lines
369 B
JSON
{
|
|
"name": "anka_anvil",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"main": "app.js",
|
|
"scripts": {
|
|
"dev": "nodemon npm index.js",
|
|
"start": "node index.js"
|
|
},
|
|
"author": "Selcuk Sari",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"express": "^4.18.1",
|
|
"pug": "^3.0.2",
|
|
"xterm": "^4.18.0"
|
|
},
|
|
"devDependencies": {
|
|
"nodemon": "^2.0.18"
|
|
}
|
|
}
|