42 lines
1.4 KiB
JSON
Executable file
42 lines
1.4 KiB
JSON
Executable file
{
|
|
"name": "p-drives",
|
|
"version": "0.246.0",
|
|
"description": "",
|
|
"main": "src/index.ts",
|
|
"exports": {
|
|
".": {
|
|
"import": "./dist-import/index.mjs",
|
|
"require": "./dist-require/index.js"
|
|
}
|
|
},
|
|
"scripts": {
|
|
"at": "pnpm up p-* @biomejs/biome typescript",
|
|
"clean": "rm -rf dist-require dist-import",
|
|
"build-back": "tsup src/index.ts --dts --format cjs --out-dir dist-require --minify",
|
|
"build-front": "tsup src/index.ts --dts --format esm --out-dir dist-import --minify",
|
|
"build": "pnpm run biome && npm --no-git-tag-version version minor && pnpm run clean && (pnpm run build-back & pnpm run build-front) && echo Fim",
|
|
"biome": "npx @biomejs/biome check --write ./src",
|
|
"nodev": "check-node-version --node '>= 20'"
|
|
},
|
|
"devDependencies": {},
|
|
"keywords": [],
|
|
"author": {
|
|
"name": "AZTECA SOFTWARE LTDA",
|
|
"email": "ti@e-licencie.com.br",
|
|
"url": "https://e-licencie.com.br"
|
|
},
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"autenticacao-drive": "git+https://git2.idz.one/publico/autenticacao-drive.git#master",
|
|
"p-comuns": "git+https://git2.idz.one/publico/_comuns.git#master",
|
|
"p-respostas": "git+https://git2.idz.one/publico/_respostas.git#master",
|
|
"@biomejs/biome": "2.0.6",
|
|
"@types/node": "^20.19.8",
|
|
"check-node-version": "^4.2.1",
|
|
"cross-fetch": "4.1.0",
|
|
"dayjs": "1.11.13",
|
|
"tsup": "^8.5.0",
|
|
"typescript": "5.5.4",
|
|
"zod": "3.24.1"
|
|
}
|
|
}
|