-
-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy pathpackage.json
More file actions
22 lines (22 loc) · 887 Bytes
/
package.json
File metadata and controls
22 lines (22 loc) · 887 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
{
"name": "file-backups",
"version": "0.9.0.12",
"description": "This browser add on is designed to let you easily save and backup TiddlyWikis.",
"scripts": {
"test": "node test/path.test.js && node test/validate.test.js && node test/compare-versions.test.js",
"sync-version": "node build-tools/copy-version.js",
"stage": "node build-tools/bump-beta.js && node build-tools/copy-version.js && node build-tools/index-tiddlers.js",
"prelint": "npm run stage",
"lint": "cd addon && web-ext lint",
"prebuild": "npm run stage",
"build": "cd addon && web-ext build --overwrite-dest",
"prerun": "npm run stage",
"run": "cd addon && web-ext run",
"create-unlisted": "pwsh -File build-tools/create-unlisted.ps1",
"create-unlisted:dry": "pwsh -File build-tools/create-unlisted.ps1 -DryRun"
},
"license": "BSD-3-Clause",
"devDependencies": {
"web-ext": "^10.1.0"
}
}