-
Notifications
You must be signed in to change notification settings - Fork 75
/
package.json
148 lines (148 loc) · 5.29 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
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
{
"name": "@salesforce/commerce",
"version": "252.0.0",
"author": "CC Mostly Harmless",
"bugs": "https://github.com/forcedotcom/commerce-on-lightning/issues",
"dependencies": {
"@mshanemc/plugin-helpers": "^2.1.0",
"@oclif/command": "^1.8.22",
"@oclif/config": "^1.18.2",
"@oclif/errors": "^1",
"@salesforce/command": "^3.1.0",
"@salesforce/core": "^2.36.0",
"@salesforce/sf-plugins-core": "^9.0.11",
"fast-xml-parser": "^4.2.5",
"string-argv": "^0.3.1",
"tslib": "^2.5.0",
"yaml": "^2.2.2"
},
"devDependencies": {
"@oclif/dev-cli": "^1",
"@oclif/plugin-command-snapshot": "^2.0.0",
"@salesforce/cli-plugins-testkit": "^0.0.25",
"@salesforce/dev-config": "^2.1.0",
"@salesforce/dev-scripts": "^3.1.0",
"@salesforce/plugin-command-reference": "^1.3.0",
"@salesforce/prettier-config": "^0.0.2",
"@salesforce/ts-sinon": "1.3.5",
"@types/jest": "^26.0.23",
"@typescript-eslint/eslint-plugin": "^4.2.0",
"@typescript-eslint/parser": "^4.2.0",
"chai": "^4.2.0",
"cz-conventional-changelog": "^3.3.0",
"eslint": "^6.8.0",
"eslint-config-prettier": "^6.11.0",
"eslint-config-salesforce": "^0.1.0",
"eslint-config-salesforce-license": "^0.1.0",
"eslint-config-salesforce-typescript": "^0.2.0",
"eslint-plugin-header": "^3.0.0",
"eslint-plugin-import": "^2.20.2",
"eslint-plugin-jsdoc": "^27.0.3",
"eslint-plugin-prettier": "^3.1.3",
"eslint-plugin-sf-plugin": "^1.18.0",
"husky": "^7.0.4",
"lint-staged": "^11.0.0",
"mocha": "^8.3.0",
"nyc": "^15.1.0",
"prettier": "^2.0.5",
"pretty-quick": "^2.0.1",
"shx": "0.2.2",
"sinon": "^9.0.2",
"ts-jest": "^26.5.6",
"ts-node": "^8.10.2",
"typescript": "^4.1.3"
},
"config": {
"commitizen": {
"path": "cz-conventional-changelog"
}
},
"engines": {
"node": ">=12.0.0"
},
"engineStrict": true,
"files": [
"/lib",
"/messages",
"/examples",
"/json",
"/quickstart-config",
"/config",
"/npm-shrinkwrap.json",
"/oclif.manifest.json",
"/.oclif.manifest.json",
"/sfdx-project.json"
],
"homepage": "https://github.com/forcedotcom/commerce-on-lightning",
"keywords": [
"force",
"salesforce",
"sfdx",
"salesforcedx",
"sfdx-plugin"
],
"license": "BSD-3-Clause",
"oclif": {
"commands": "./lib/commands",
"bin": "sfdx",
"topics": {
"commerce": {
"description": "Commands for 1commerce developers.",
"subtopics": {
"devhub": {},
"examples": {},
"extension": {},
"files": {},
"open": {},
"payments": {},
"products": {},
"scratchorg": {},
"search": {},
"store": {
"subtopics": {
"view": {},
"quickstart": {}
}
},
"ordermanagement": {}
}
}
},
"devPlugins": [
"@oclif/plugin-help",
"@oclif/plugin-command-snapshot",
"@salesforce/plugin-command-reference"
]
},
"repository": "https://github.com/forcedotcom/commerce-on-lightning",
"scripts": {
"build": "sf-build",
"clean": "sf-clean",
"clean-all": "sf-clean all",
"clean:lib": "shx rm -rf lib && shx rm -rf coverage && shx rm -rf .nyc_output && shx rm -f oclif.manifest.json",
"compile": "sf-compile",
"docs": "sf-docs",
"format": "sf-format",
"lint": "sf-lint",
"manifest": "oclif-dev manifest",
"postpack": "shx rm -f oclif.manifest.json",
"postpublish": "yarn run clean; git push; git push --tags",
"posttest": "yarn lint && yarn test:deprecation-policy && yarn test:command-reference",
"precommit": "npm run clean && npm run build && npm run lint && npm run version",
"prepack": "sf-prepack",
"prepare": "node scripts/prepare.mjs",
"prepublishOnly": "yarn run build && oclif-dev manifest",
"pretest": "sf-compile-test",
"prettier": "prettier --write src/**/**/*.ts && prettier --write src/**/*.ts && prettier --write src/*.ts && prettier --write test/**/*.ts && prettier --write test/**/**/*.ts",
"preversion": "yarn run clean",
"snapshot:update": "./bin/run snapshot:generate",
"test": "sf-test",
"test:command-reference": "./bin/run commandreference:generate --erroronwarnings",
"test:deprecation-policy": "./bin/run snapshot:compare",
"test:nuts": "nyc mocha \"**/*.nut.ts\" --slow 4500 --timeout 600000 --parallel",
"version": "(oclif-dev readme && sed -i.bak -e \"s|$(echo $HOME)|~|g\" -e \"s|$(whoami)|\"\\$\\(whoami\\)\"|g\" README.md && git add README.md) || exit 0"
},
"publishConfig": {
"access": "public"
}
}