-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
46 lines (46 loc) · 1.29 KB
/
package.json
File metadata and controls
46 lines (46 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
{
"name": "@sophat/check-validation",
"version": "0.0.2",
"description": "The `@sophat/check-validation` checking validation. Purpose to be used in the frontend.",
"main": "./dist/index.js",
"type": "module",
"module": "./dist/index.js",
"scripts": {
"start": "tsup",
"build": "tsup --minify && tsc --build tsconfig.json",
"test": "jest"
},
"homepage": "https://github.com/pphatdev/checking-validation",
"repository": {
"url": "git+https://github.com/check-validation/sidebar.git"
},
"bugs": {
"url": "https://github.com/check-validation/sidebar/issues"
},
"keywords": [
"sophat",
"@sophat/check-validation",
"check-validation"
],
"maintainers": [
"pphatdev <info.sophat@gmail.com> (https://github.com/pphatdev)"
],
"author": "pphatdev <info.sophat@gmail.com>",
"license": "MIT",
"devDependencies": {
"@types/jest": "^29.5.12",
"ts-jest": "^29.1.4",
"ts-node": "^10.9.2",
"tsup": "^8.1.0"
},
"dependencies": {
"jest-cucumber": "^4.4.0",
"typescript": "^5.4.5"
},
"directories": {
"test": "test"
},
"publishConfig": {
"@pphatdev:registry": "https://npm.pkg.github.com/"
}
}