Matheus Sampaio Queiroga
d9926af2c8
Signed-off-by: Matheus Sampaio Queiroga <srherobrine20@gmail.com>
38 lines
954 B
JSON
38 lines
954 B
JSON
{
|
|
"name": "@sirherobrine23/archive",
|
|
"version": "3.7.0",
|
|
"description": "File manipulation",
|
|
"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": [
|
|
"stream",
|
|
"local",
|
|
"ar",
|
|
"linux",
|
|
"macos",
|
|
"windows"
|
|
],
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/Sirherobrine23/coreUtils.git",
|
|
"directory": "packages/ar"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/Sirherobrine23/coreUtils/issues",
|
|
"email": "srherobrine20@gmail.com"
|
|
},
|
|
"scripts": {
|
|
"prepack": "tsc --build --clean && tsc --build",
|
|
"postpack": "tsc --build --clean"
|
|
},
|
|
"dependencies": {
|
|
"@sirherobrine23/extends": "^3.7.0"
|
|
},
|
|
"devDependencies": {
|
|
"@types/node": "^20.10.4"
|
|
}
|
|
} |