-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
53 lines (53 loc) · 1.29 KB
/
Copy pathpackage.json
File metadata and controls
53 lines (53 loc) · 1.29 KB
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
{
"name": "@relliv/tc-no-utils",
"description": "Simple TC No utilities for form input validation and testing.",
"keywords": [
"tc no",
"tc no validation",
"tc no utils",
"tc no testing",
"tc id",
"tc id validation"
],
"private": false,
"version": "1.0.5",
"type": "module",
"main": "./dist/index.js",
"types": "./dist/types/index.d.js",
"scripts": {
"dev": "vite",
"build": "node tools/cleanup && tsc && tsc -p tsconfig.types.json",
"test": "jest --no-cache --runInBand",
"package": "npm run build && npm pack --access public"
},
"repository": {
"type": "git",
"url": "https://github.com/relliv/tc-no-utils.git"
},
"bugs": {
"url": "https://github.com/relliv/tc-no-utils/issues"
},
"author": "Eyüp Erdoğan",
"contributors": [
"Eyüp Erdoğan <[email protected]>"
],
"files": [
"dist",
"package.json",
"README.md",
"LICENSE"
],
"devDependencies": {
"@types/jest": "^29.5.12",
"@types/toastify-js": "^1.12.3",
"@typescript-eslint/eslint-plugin": "^7.7.0",
"@typescript-eslint/parser": "^7.7.0",
"clipboard": "^2.0.11",
"eslint": "^8.57.0",
"jest": "^29.7.0",
"toastify-js": "^1.12.0",
"ts-jest": "^29.1.2",
"typescript": "^5.2.2",
"vite": "^5.2.10"
}
}