-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
60 lines (60 loc) · 1.5 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
55
56
57
58
59
60
{
"name": "@particular./zendesk-magento-m1-request",
"version": "0.0.0-semantic-release",
"author": "Adam Grohs <info@uniquelyparticular.com> (https://uniquelyparticular.com)",
"owner": "Particular.",
"description": "Please contact Particular. via info@uniquelyparticular.com for any questions",
"homepage": "https://github.com/uniquelyparticular/zendesk-magento-m1-request#readme",
"repository": "github:uniquelyparticular/zendesk-magento-m1-request",
"keywords": [
"magento",
"magento1",
"m1",
"ecommerce",
"api",
"node",
"typescript",
"javascript",
"particular",
"particular."
],
"license": "MIT",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
"files": [
"dist"
],
"scripts": {
"build": "yarn clean && tsc -d",
"clean": "rimraf dist",
"clean-install": "yarn clean; yarn install --force",
"test": "jest --passWithNoTests",
"semantic-release": "semantic-release"
},
"husky": {
"hooks": {
"pre-commit": "pretty-quick --staged"
}
},
"dependencies": {
"cross-fetch": "^3.0.5"
},
"devDependencies": {
"@types/fetch-mock": "7.3.2",
"@types/jest": "26.0.9",
"chai": "4.2.0",
"fetch-everywhere": "1.0.5",
"fetch-mock": "9.10.6",
"husky": "4.2.5",
"jest": "26.3.0",
"prettier": "2.0.5",
"pretty-quick": "2.0.1",
"rimraf": "3.0.2",
"semantic-release": "17.1.1",
"ts-jest": "26.2.0",
"typescript": "3.9.7"
},
"publishConfig": {
"access": "public"
}
}