-
Notifications
You must be signed in to change notification settings - Fork 30
Expand file tree
/
Copy pathpackage.json
More file actions
28 lines (28 loc) · 1014 Bytes
/
package.json
File metadata and controls
28 lines (28 loc) · 1014 Bytes
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
{
"name": "mojito-js-delivery",
"version": "2.7.2",
"description": "Utilities to build, launch and measure split tests. Part of the Mojito framework.",
"scripts": {
"build": "node scripts/command.js --command build",
"test": "node scripts/command.js --command test",
"publish": "node scripts/command.js --command publish",
"deploy": "node scripts/command.js --command deploy",
"new": "node scripts/command.js --command new",
"set": "node scripts/command.js --command set",
"watch": "nodemon --on-change-only -e js,css,yml --watch ./lib --exec npm run deploy",
"getChangedFiles": "node scripts/cli-get-changed-files.js"
},
"devDependencies": {
"chrome-launcher": "^1.2.1",
"clean-css": "^5.3.3",
"mocha": "^11.7.5",
"puppeteer-core": "^24.36.1",
"should": "^13.2.3",
"js-yaml": "^4.1.1",
"terser": "^5.46.0",
"@aws-sdk/client-s3": "^3.975.0",
"cli-table": "^0.3.11",
"@snowplow/node-tracker": "^3.22.1"
},
"dependencies": {}
}