-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
14 lines (14 loc) · 850 Bytes
/
Copy pathpackage.json
File metadata and controls
14 lines (14 loc) · 850 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
{
"name": "ios-imap-notes",
"version": "1.4.14",
"private": true,
"type": "module",
"scripts": {
"attachment:test-note": "node scripts/create-attachment-note.mjs",
"build:xpi": "bash scripts/build-xpi.sh standard",
"build:xpi:header-controls": "bash scripts/build-xpi.sh header-controls",
"build:xpi:all": "npm run build:xpi && npm run build:xpi:header-controls",
"check": "node --check background.js && node --check experiments/notesHeader/client.mjs && node --check experiments/notesHeader/implementation.js && node --check scripts/prepare-experiment-manifest.mjs && node --check message-display/editor.js && node --check scripts/apple-note.mjs && node --check scripts/folder-refresh.mjs && node --check scripts/header-controls.mjs && node --check scripts/rfc822.mjs",
"test": "node --test tests/*.test.mjs"
}
}