iv-d3js/package.json

20 lines
393 B
JSON
Raw Normal View History

2023-11-30 19:25:50 +01:00
{
"name": "iv-d3js",
"version": "1.0.0",
"description": "",
"main": "server.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node server.js"
},
"repository": {
"type": "git",
"url": "https://gitea.xintanalabs.net/arhuako/iv-d3js.git"
},
"author": "",
"license": "ISC",
"dependencies": {
"live-server": "^1.2.2"
}
}