markitect-main/package.json

26 lines
475 B
JSON
Raw Normal View History

{
"name": "markitect_project",
"version": "1.0.0",
"description": "",
"main": "index.js",
"directories": {
"doc": "docs",
"example": "examples",
"test": "tests"
},
"scripts": {
"test": "jest",
"test:watch": "jest --watch"
},
"repository": {
"type": "git",
"url": "http://92.205.130.254:32166/coulomb/markitect_project"
},
"keywords": [],
"author": "",
"license": "ISC",
"devDependencies": {
"jest": "^30.2.0"
}
}