-
Notifications
You must be signed in to change notification settings - Fork 6
/
package.json
43 lines (43 loc) · 1.23 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
{
"name": "@askbuddie/bikram-sambat",
"version": "1.0.0",
"description": "A JS library for Nepali dates. Developed by Ask Buddie, this NPM library simplifies working with the Nepali calendar in JavaScript. It offers inuitive API methods making Nepali date handling effortless.",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"test": "jest",
"test:watch": "jest --watchAll",
"build": "tsc",
"lint": "eslint src --ext .ts",
"format": "prettier --write src/**/*.ts"
},
"repository": {
"type": "git",
"url": "git+https://github.com/askbuddie/bikram-sambat.git"
},
"keywords": [
"nepali-date-picker",
"bikram-sambat",
"nepali-date",
"nepali-date-js"
],
"author": "Ask Buddie <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/askbuddie/bikram-sambat/issues"
},
"homepage": "https://github.com/askbuddie/bikram-sambat#readme",
"devDependencies": {
"@types/jest": "^29.5.3",
"@typescript-eslint/eslint-plugin": "^6.3.0",
"@typescript-eslint/parser": "^6.3.0",
"eslint": "^8.47.0",
"jest": "^29.6.2",
"prettier": "^3.0.1",
"ts-jest": "^29.1.1",
"typescript": "^5.1.6"
},
"files": [
"dist"
]
}