-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
22 lines (22 loc) · 1.08 KB
/
Copy pathpackage.json
File metadata and controls
22 lines (22 loc) · 1.08 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
{
"name": "webcoding-main",
"version": "0.7.0-step7",
"private": true,
"description": "Browser-based local web coding and document toolbox.",
"scripts": {
"test": "node tests/smoke/run-smoke-tests.js",
"test:smoke": "node tests/smoke/run-smoke-tests.js",
"test:syntax": "node scripts/check-js-syntax.js",
"vendor:fetch": "node scripts/fetch-vendor-dependencies.js",
"vendor:audit": "node scripts/audit-local-dependencies.js",
"vendor:audit:strict": "node scripts/audit-local-dependencies.js --strict",
"docs:audit": "node scripts/audit-doc-claims.js",
"build:offline": "node scripts/build-offline-release.js",
"offline:audit": "node scripts/audit-offline-release.js",
"offline:audit:strict": "node scripts/audit-offline-release.js --strict",
"build:offline:analytics": "node scripts/build-offline-release.js --with-analytics",
"offline:audit:analytics": "node scripts/audit-offline-release.js --allow-analytics",
"offline:audit:analytics:strict": "node scripts/audit-offline-release.js --allow-analytics --strict"
},
"devDependencies": {}
}