35 lines
924 B
JSON
35 lines
924 B
JSON
{
|
|
"name": "@sirherobrine23/extends",
|
|
"version": "3.7.4",
|
|
"description": "Extends nodejs APIs to Promises and new functions",
|
|
"type": "module",
|
|
"main": "src/index.js",
|
|
"types": "src/index.d.ts",
|
|
"author": "Matheus Sampaio Queiroga <srherobrine20@gmail.com> (https://sirherobrine23.org/)",
|
|
"license": "GPL-2.0",
|
|
"homepage": "https://github.com/Sirherobrine23/coreUtils#readme",
|
|
"keywords": [
|
|
"promises",
|
|
"node",
|
|
"file system",
|
|
"crypto"
|
|
],
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/Sirherobrine23/coreUtils.git",
|
|
"directory": "packages/extends"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/Sirherobrine23/coreUtils/issues"
|
|
},
|
|
"scripts": {
|
|
"prepack": "tsc --build --clean && tsc --build",
|
|
"postpack": "tsc --build --clean"
|
|
},
|
|
"devDependencies": {
|
|
"@types/node": "^20.10.6",
|
|
"ts-node": "^10.9.2",
|
|
"typescript": "^5.3.3"
|
|
}
|
|
}
|