42 lines
1.2 KiB
JSON
Executable file
42 lines
1.2 KiB
JSON
Executable file
{
|
|
"name": "p-drives",
|
|
"version": "0.253.0",
|
|
"description": "",
|
|
"main": "./src/index.ts",
|
|
"exports": {
|
|
".": {
|
|
"types": "./src/index.ts",
|
|
"import": "./dist-front/index.mjs",
|
|
"require": "./dist-back/index.js"
|
|
}
|
|
},
|
|
"types": "./src/index.ts",
|
|
"scripts": {
|
|
"clean": "rm -rf dist-require dist-import",
|
|
"build": "pnpm run biome && npm --no-git-tag-version version minor && tsup --config ./node_modules/p-comuns/tsup/tsup.config.ts",
|
|
"biome": "npx @biomejs/biome check --write ./src",
|
|
"nodev": "npx check-node-version --node '>= 20'"
|
|
},
|
|
"keywords": [],
|
|
"author": {
|
|
"name": "AZTECA SOFTWARE LTDA",
|
|
"email": "ti@e-licencie.com.br",
|
|
"url": "https://e-licencie.com.br"
|
|
},
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"@types/node": "^20.19.11",
|
|
"autenticacao-drive": "git+https://git2.idz.one/publico/autenticacao-drive.git",
|
|
"check-node-version": "^4.2.1",
|
|
"cross-fetch": "4.1.0",
|
|
"dayjs": "1.11.13",
|
|
"p-comuns": "git+https://git2.idz.one/publico/_comuns.git",
|
|
"p-respostas": "git+https://git2.idz.one/publico/_respostas.git",
|
|
"zod": "4.1.4"
|
|
},
|
|
"devDependencies": {
|
|
"@biomejs/biome": "2.0.6",
|
|
"tsup": "8.5.0",
|
|
"typescript": "~5.9.2"
|
|
}
|
|
}
|