|
1 | 1 | { |
2 | 2 | "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.", |
6 | 6 | "author": "Heliomar P. Marques", |
7 | 7 | "main": "dist/index.js", |
8 | 8 | "types": "dist/index.d.ts", |
9 | 9 | "license": "MIT", |
10 | | - "homepage": "https://github.com/heliomarpm/tslib-template#readme", |
| 10 | + "homepage": "https://github.com/heliomarpm/cryptoh#readme", |
11 | 11 | "bugs": { |
12 | | - "url": "https://github.com/heliomarpm/tslib-template/issues" |
| 12 | + "url": "https://github.com/heliomarpm/cryptoh/issues" |
13 | 13 | }, |
14 | 14 | "repository": { |
15 | 15 | "type": "git", |
16 | | - "url": "git+https://github.com/heliomarpm/tslib-template.git" |
| 16 | + "url": "git+https://github.com/heliomarpm/cryptoh.git" |
17 | 17 | }, |
18 | 18 | "keywords": [ |
19 | | - "tslib", |
| 19 | + "cryptoh", |
| 20 | + "crypto", |
| 21 | + "cryptography", |
| 22 | + "hash", |
| 23 | + "rsa", |
| 24 | + "nodejs", |
20 | 25 | "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" |
32 | 29 | ], |
33 | 30 | "scripts": { |
34 | 31 | "check": "biome check", |
|
42 | 39 | "release:test": "semantic-release --dry-run --no-ci", |
43 | 40 | "predocs": "typedoc", |
44 | 41 | "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" |
46 | 44 | }, |
47 | 45 | "devDependencies": { |
48 | 46 | "@biomejs/biome": "^1.9.4", |
|
0 commit comments