-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
54 lines (54 loc) · 1.36 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
44
45
46
47
48
49
50
51
52
53
54
{
"name": "persian_util",
"version": "1.1.4",
"description": "A repository for the Persian programmer community",
"main": "./build/index.js",
"types": "./build/index.d.ts",
"files": [
"build"
],
"scripts": {
"test": "jest",
"test-watch": "jest --watchAll",
"build": "tsc",
"watch": "tsc -w",
"format": "prettier --write \"src/**/*.ts\" \"src/**/*.js\"",
"lint": "tslint \"src/**\" "
},
"repository": "git+https://github.com/mohammadrezahayati/persian_util.git",
"keywords": [
"persian_util",
"validation",
"persian_validation",
"persian",
"iran",
"convertor",
"parser",
"util",
"persian tool",
"persian helper"
],
"author": "mohammadreza hayati",
"license": "MIT",
"bugs": {
"url": "https://github.com/mohammadrezahayati/persian_util/issues"
},
"homepage": "https://github.com/mohammadrezahayati/persian_util#readme",
"devDependencies": {
"@types/jest": "^29.5.0",
"@typescript-eslint/eslint-plugin": "^5.34.0",
"@typescript-eslint/parser": "^5.34.0",
"eslint": "^8.22.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-prettier": "^4.2.1",
"jest": "^29.0.0",
"prettier": "^2.7.1",
"ts-jest": "^29.1.0",
"tslint": "^6.1.3",
"tslint-config-prettier": "^1.18.0",
"typescript": "^5.1.3"
},
"dependencies": {
"axios": "^1.7.4"
}
}