hogwart-power
Version:
Show true power of Howart magic
33 lines (32 loc) • 706 B
JSON
{
"name": "hogwart-power",
"version": "1.0.5",
"description": "Show true power of Howart magic",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"repository": {
"type": "git",
"url": "git+https://github.com/ireshka/elp-l4-npm-package.git"
},
"keywords": [
"hogwart",
"magic",
"spells"
],
"scripts": {
"prepublishOnly": "tsc",
"build": "tsc"
},
"author": "ireshka",
"license": "ISC",
"bugs": {
"url": "https://github.com/ireshka/elp-l4-npm-package/issues"
},
"homepage": "https://github.com/ireshka/elp-l4-npm-package#readme",
"devDependencies": {
"@types/node": "^17.0.23"
},
"dependencies": {
"typescript": "^4.6.3"
}
}