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