orak-util-ts 1.1.3 → 1.1.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (1) hide show
  1. package/package.json +58 -58
package/package.json CHANGED
@@ -1,59 +1,59 @@
1
- {
2
- "name": "orak-util-ts",
3
- "version": "1.1.3",
4
- "description": "OrakSoft -Typescript Utility Library",
5
- "type": "module",
6
- "main": "dist/orak-util-ts.cjs",
7
- "module": "dist/orak-util-ts.js",
8
- "types": "dist/orak-util-ts.d.ts",
9
- "exports": {
10
- ".": {
11
- "types": "./dist/orak-util-ts.d.ts",
12
- "import": "./dist/orak-util-ts.js",
13
- "require": "./dist/orak-util-ts.cjs"
14
- }
15
- },
16
- "files": [
17
- "dist"
18
- ],
19
- "fiBuildComment": "Add new class to index.ts (Yeni eklenen sınıfları index.ts dosyasına ekleyin)",
20
- "keywords": [
21
- "typescript",
22
- "library"
23
- ],
24
- "author": "Tuncay Orak",
25
- "license": "MIT",
26
- "repository": {
27
- "type": "git",
28
- "url": "https://github.com/engtuncay/orak-util-ts.git"
29
- },
30
- "bugs": {
31
- "url": "https://github.com/engtuncay/orak-util-ts.git/issues"
32
- },
33
- "homepage": "https://github.com/engtuncay/orak-util-ts#readme",
34
- "devDependencies": {
35
- "terser": "^5.39.0",
36
- "tsup": "^8.3.0",
37
- "typescript": "^5.2.2",
38
- "vitest": "^2.1.2"
39
- },
40
- "dependencies": {
41
- "axios": "^1.8.4"
42
- },
43
- "devDependenciesComment": {
44
- "solid-js": "^1.9.5"
45
- },
46
- "scripts": {
47
- "np-install": "pnpm install",
48
- "dev": "tsup --watch",
49
- "test": "vitest run",
50
- "test:watch": "vitest",
51
- "build": "tsup",
52
- "np-publish": "pnpm publish --no-git-checks",
53
- "np-build-publish": "tsup && pnpm publish --no-git-checks",
54
- "np-link-global": "pnpm link --global",
55
- "np-unlink": "pnpm unlink --global orak-util-ts",
56
- "np-list-global": "pnpm list -g",
57
- "np-pubver": "npm view orak-util-ts version"
58
- }
1
+ {
2
+ "name": "orak-util-ts",
3
+ "version": "1.1.5",
4
+ "description": "OrakSoft -Typescript Utility Library",
5
+ "type": "module",
6
+ "main": "dist/orak-util-ts.cjs",
7
+ "module": "dist/orak-util-ts.js",
8
+ "types": "dist/orak-util-ts.d.ts",
9
+ "exports": {
10
+ ".": {
11
+ "types": "./dist/orak-util-ts.d.ts",
12
+ "import": "./dist/orak-util-ts.js",
13
+ "require": "./dist/orak-util-ts.cjs"
14
+ }
15
+ },
16
+ "files": [
17
+ "dist"
18
+ ],
19
+ "fiBuildComment": "Add new class to index.ts (Yeni eklenen sınıfları index.ts dosyasına ekleyin)",
20
+ "scripts": {
21
+ "np-install": "pnpm install",
22
+ "dev": "tsup --watch",
23
+ "test": "vitest run",
24
+ "test:watch": "vitest",
25
+ "build": "tsup",
26
+ "np-publish": "pnpm publish --no-git-checks",
27
+ "np-build-publish": "tsup && pnpm publish --no-git-checks",
28
+ "np-link-global": "pnpm link --global",
29
+ "np-unlink": "pnpm unlink --global orak-util-ts",
30
+ "np-list-global": "pnpm list -g",
31
+ "np-pubver" : "npm view orak-util-ts version"
32
+ },
33
+ "keywords": [
34
+ "typescript",
35
+ "library"
36
+ ],
37
+ "author": "Tuncay Orak",
38
+ "license": "MIT",
39
+ "repository": {
40
+ "type": "git",
41
+ "url": "https://github.com/engtuncay/orak-util-ts.git"
42
+ },
43
+ "bugs": {
44
+ "url": "https://github.com/engtuncay/orak-util-ts.git/issues"
45
+ },
46
+ "homepage": "https://github.com/engtuncay/orak-util-ts#readme",
47
+ "devDependencies": {
48
+ "terser": "^5.39.0",
49
+ "tsup": "^8.3.0",
50
+ "typescript": "^5.2.2",
51
+ "vitest": "^2.1.2"
52
+ },
53
+ "dependencies": {
54
+ "axios": "^1.8.4"
55
+ },
56
+ "devDependenciesComment": {
57
+ "solid-js": "^1.9.5"
58
+ }
59
59
  }