Skip to content

Commit 45e822a

Browse files
committed
feat(package): ✨ renomear pacote para @heliomarpm/cryptoh
* Atualiza o nome e a descrição do pacote para refletir a nova biblioteca de criptografia. * Altera as URLs de homepage e bugs para o repositório correto.
1 parent de16909 commit 45e822a

File tree

2 files changed

+19
-21
lines changed

2 files changed

+19
-21
lines changed

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 17 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,34 +1,31 @@
11
{
22
"private": true,
3-
"name": "@heliomarpm/tslib-template",
4-
"version": "1.1.0",
5-
"description": "Template for TypeScript libraries: semantic commits, documentation with TypeDoc, CI/CD with GitHub Actions and automatic publishing to npm — pre-configured with Husky, Vitest and Conventional Changelog.",
3+
"name": "@heliomarpm/cryptoh",
4+
"version": "0.0.0",
5+
"description": "A clean and easy-to-use cryptography helper library for Node.js, built on top of the native crypto module.",
66
"author": "Heliomar P. Marques",
77
"main": "dist/index.js",
88
"types": "dist/index.d.ts",
99
"license": "MIT",
10-
"homepage": "https://github.com/heliomarpm/tslib-template#readme",
10+
"homepage": "https://github.com/heliomarpm/cryptoh#readme",
1111
"bugs": {
12-
"url": "https://github.com/heliomarpm/tslib-template/issues"
12+
"url": "https://github.com/heliomarpm/cryptoh/issues"
1313
},
1414
"repository": {
1515
"type": "git",
16-
"url": "git+https://github.com/heliomarpm/tslib-template.git"
16+
"url": "git+https://github.com/heliomarpm/cryptoh.git"
1717
},
1818
"keywords": [
19-
"tslib",
19+
"cryptoh",
20+
"crypto",
21+
"cryptography",
22+
"hash",
23+
"rsa",
24+
"nodejs",
2025
"typescript",
21-
"typescript-application",
22-
"typescript-boilerplate",
23-
"typescript-template",
24-
"ts-application",
25-
"ts-boilerplate",
26-
"ts-template",
27-
"typedoc",
28-
"semantic-release",
29-
"github-actions",
30-
"starter-kit",
31-
"ci-cd"
26+
"signature",
27+
"security",
28+
"library"
3229
],
3330
"scripts": {
3431
"check": "biome check",
@@ -42,7 +39,8 @@
4239
"release:test": "semantic-release --dry-run --no-ci",
4340
"predocs": "typedoc",
4441
"docs": "vitepress build .docs",
45-
"docs:dev": "npm run predocs && vitepress dev .docs"
42+
"docs:dev": "npm run predocs && vitepress dev .docs",
43+
"clean": "rm -rf node_modules package-lock.json dist .docs/.vitepress/cache .docs/.vitepress/dist .docs/app"
4644
},
4745
"devDependencies": {
4846
"@biomejs/biome": "^1.9.4",

0 commit comments

Comments
 (0)