@samnarduzzi/lotide
Version:
Lotide proejct containf files, test code files, index, and descriptions for all files
36 lines (35 loc) • 762 B
JSON
{
"name": "@samnarduzzi/lotide",
"version": "1.0.0",
"description": "Lotide proejct containf files, test code files, index, and descriptions for all files",
"main": "assertArraysEqual.js",
"directories": {
"test": "test"
},
"scripts": {
"test": "mocha"
},
"repository": {
"type": "git",
"url": "git+https://github.com/samnarduzzi/lotide.git"
},
"keywords": [
"LHL",
"bootcamp",
"project",
"lotide"
],
"author": "Sam Narduzzi",
"license": "ISC",
"bugs": {
"url": "https://github.com/samnarduzzi/lotide/issues"
},
"homepage": "https://github.com/samnarduzzi/lotide#readme",
"devDependencies": {
"chai": "^4.3.7",
"mocha": "^9.2.2"
},
"dependencies": {
"my-package": "*"
}
}