stuffs
Version:
Some useful stuffs packed to here.
36 lines • 842 B
JSON
{
"name": "stuffs",
"version": "0.1.43",
"description": "Some useful stuffs packed to here.",
"main": "index.js",
"directories": {
"lib": "lib"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"prepublish": "node ./beforePublish.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/TheArmagan/stuffs.git"
},
"keywords": [
"stuffs",
"stuff",
"useful",
"things",
"easy"
],
"author": "Kıraç Armağan Önal",
"license": "MIT",
"bugs": {
"url": "https://github.com/TheArmagan/stuffs/issues"
},
"homepage": "https://github.com/TheArmagan/stuffs#readme",
"devDependencies": {
"@types/node": "^17.0.8",
"recursive-readdir": "^2.2.3",
"tsc": "^2.0.4",
"typescript": "^5.3.3"
}
}