-
Notifications
You must be signed in to change notification settings - Fork 214
Expand file tree
/
Copy pathpackage.json
More file actions
49 lines (49 loc) · 1.37 KB
/
package.json
File metadata and controls
49 lines (49 loc) · 1.37 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
{
"name": "@salesforce/pwa-kit-create-app",
"version": "3.9.1",
"description": "Salesforce's project generator tool",
"homepage": "https://github.com/SalesforceCommerceCloud/pwa-kit/tree/develop/packages/pwa-kit-create-app#readme",
"bugs": {
"url": "https://github.com/SalesforceCommerceCloud/pwa-kit/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/SalesforceCommerceCloud/pwa-kit.git"
},
"license": "See license in LICENSE",
"author": "cc-pwa-kit@salesforce.com",
"bin": {
"pwa-kit-create-app": "scripts/create-mobify-app.js"
},
"files": [
"assets",
"templates"
],
"scripts": {
"format": "internal-lib-build format \"**/*.{js,jsx}\"",
"lint": "npm run lint:js",
"lint:fix": "npm run lint:js -- --fix",
"lint:js": "pwa-kit-dev lint .",
"prepare": "node scripts/build.js",
"test": "internal-lib-build test"
},
"dependencies": {
"commander": "^9.5.0",
"deepmerge": "2.2.1",
"handlebars": "^4.7.7",
"inquirer": "8.2.5",
"semver": "^7.5.2",
"shelljs": "^0.8.5",
"slugify": "^1.6.5",
"tar": "^6.2.1"
},
"devDependencies": {
"@salesforce/pwa-kit-dev": "3.9.1",
"internal-lib-build": "3.9.1",
"verdaccio": "^5.22.1"
},
"engines": {
"node": "^16.11.0 || ^18.0.0 || ^20.0.0 || ^22.0.0",
"npm": "^8.0.0 || ^9.0.0 || ^10.0.0 || ^11.0.0"
}
}