-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 1.02 KB
/
Copy pathpackage.json
File metadata and controls
38 lines (38 loc) · 1.02 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
{
"name": "@younesyahya/shopify-github-plugin-multistore",
"version": "1.0.2",
"main": "src/index.js",
"author": "Younes YAHYA",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/younesyahya/shopify-github-plugin-multistore.git"
},
"scripts": {
"build": "ncc build src/index.ts -o dist",
"postbuild": "copyfiles src/merge.sh dist/ && chmod +x dist/src/merge.sh",
"prepare": "husky",
"test": "jest",
"format": "prettier --write '**/*.ts'",
"format-check": "prettier --check '**/*.ts'"
},
"dependencies": {
"@actions/core": "^1.10.1",
"@actions/github": "^6.0.0",
"slack-notify": "^2.0.7"
},
"devDependencies": {
"@types/jest": "^29.5.12",
"@types/node": "^20.12.12",
"@vercel/ncc": "^0.38.1",
"copyfiles": "^2.4.1",
"fs-extra": "^11.2.0",
"husky": "^9.0.11",
"jest": "^29.7.0",
"jest-mock": "^29.7.0",
"prettier": "^3.2.5",
"ts-jest": "^29.1.2",
"ts-node": "^10.9.2",
"typescript": "^5.4.5"
}
}