alaaeta-starwars
Version:
Get Star War
36 lines (35 loc) • 818 B
JSON
{
"name": "alaaeta-starwars",
"version": "1.1.4",
"description": "Get Star War",
"main": "src/index.js",
"scripts": {
"commit": "git-cz",
"test": "mocha src/index.test.js"
},
"repository": {
"type": "git",
"url": "https://github.com/Alaa-eta/starwars.git"
},
"keywords": [
"Random",
"Star",
"Wars"
],
"author": "Alaa Hussein <alaaabueta@gmail.com> (http://www.alaah.dev/)",
"license": "MIT",
"bugs": {
"url": "https://github.com/Alaa-eta/starwars/issues"
},
"homepage": "https://github.com/Alaa-eta/starwars#readme",
"devDependencies": {
"chai": "4.3.4",
"commitizen": "4.2.4",
"cz-conventional-changelog": "3.3.0",
"istanbul": "0.4.5",
"mocha": "9.1.3"
},
"czConfig": {
"path": "node_modules/cz-conventional-changelog"
}
}