lease-term-calculator 1.2.2 → 1.2.4

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 +61 -61
package/package.json CHANGED
@@ -1,61 +1,61 @@
1
- {
2
- "name": "lease-term-calculator",
3
- "version": "1.2.2",
4
- "description": "Calculate lease term duration in years and days, with support for partial year calculations",
5
- "main": "dist/index.js",
6
- "module": "dist/index.js",
7
- "types": "dist/index.d.ts",
8
- "exports": {
9
- ".": {
10
- "types": "./dist/index.d.ts",
11
- "require": "./dist/index.js",
12
- "import": "./dist/index.js"
13
- }
14
- },
15
- "files": [
16
- "dist",
17
- "LICENSE",
18
- "README.md"
19
- ],
20
- "scripts": {
21
- "build": "tsc",
22
- "clean": "rimraf dist",
23
- "prepublishOnly": "npm run build"
24
- },
25
- "keywords": [
26
- "lease",
27
- "term",
28
- "calculator",
29
- "date",
30
- "duration",
31
- "rental",
32
- "property",
33
- "real-estate",
34
- "accounting",
35
- "finance",
36
- "sdlt",
37
- "hmrc"
38
- ],
39
- "author": {
40
- "name": "Sher Ghan",
41
- "url": "https://github.com/sherghan7",
42
- "email": "sherghan7@gmail.com",
43
- "github": "https://github.com/sherghan7",
44
- "linkedin": "https://www.linkedin.com/in/bu-fahad/"
45
- },
46
- "license": "MIT",
47
- "repository": {
48
- "type": "git",
49
- "url": "git+https://github.com/sherghan7/lease-term-calculator.git"
50
- },
51
- "bugs": {
52
- "url": "https://github.com/sherghan7/lease-term-calculator/issues"
53
- },
54
- "homepage": "https://github.com/sherghan7/lease-term-calculator#readme",
55
- "engines": {
56
- "node": ">=14.0.0"
57
- },
58
- "devDependencies": {
59
- "typescript": "^5.3.0"
60
- }
61
- }
1
+ {
2
+ "name": "lease-term-calculator",
3
+ "version": "1.2.4",
4
+ "description": "Calculate lease term duration in years and days, with support for partial year calculations",
5
+ "main": "dist/index.js",
6
+ "module": "dist/index.js",
7
+ "types": "dist/index.d.ts",
8
+ "exports": {
9
+ ".": {
10
+ "types": "./dist/index.d.ts",
11
+ "require": "./dist/index.js",
12
+ "import": "./dist/index.js"
13
+ }
14
+ },
15
+ "files": [
16
+ "dist",
17
+ "LICENSE",
18
+ "README.md"
19
+ ],
20
+ "scripts": {
21
+ "build": "tsc",
22
+ "clean": "rimraf dist",
23
+ "prepublishOnly": "npm run build"
24
+ },
25
+ "keywords": [
26
+ "lease",
27
+ "term",
28
+ "calculator",
29
+ "date",
30
+ "duration",
31
+ "rental",
32
+ "property",
33
+ "real-estate",
34
+ "accounting",
35
+ "finance",
36
+ "sdlt",
37
+ "hmrc"
38
+ ],
39
+ "author": {
40
+ "name": "Sher Ghan",
41
+ "url": "https://github.com/sherghan7",
42
+ "email": "sherghan7@gmail.com",
43
+ "github": "https://github.com/sherghan7",
44
+ "linkedin": "https://www.linkedin.com/in/bu-fahad/"
45
+ },
46
+ "license": "MIT",
47
+ "repository": {
48
+ "type": "git",
49
+ "url": "git+https://github.com/sherghan7/lease-term-calculator.git"
50
+ },
51
+ "bugs": {
52
+ "url": "https://github.com/sherghan7/lease-term-calculator/issues"
53
+ },
54
+ "homepage": "https://github.com/sherghan7/lease-term-calculator#readme",
55
+ "engines": {
56
+ "node": ">=14.0.0"
57
+ },
58
+ "devDependencies": {
59
+ "typescript": "^5.3.0"
60
+ }
61
+ }