-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
27 lines (27 loc) · 904 Bytes
/
package.json
File metadata and controls
27 lines (27 loc) · 904 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
{
"name": "quicktools",
"version": "1.0.0",
"description": "Fast, secure online tools. Everything processed in your browser.",
"main": "build/scripts/generate-site.js",
"scripts": {
"clean": "node build/scripts/clean-build.js",
"build:web": "node build/scripts/bump-version.js && npm run clean && node build/scripts/generate-site.js && node build/scripts/generate-category-pages.js",
"build:extension": "node build/scripts/build-extension.js",
"sync:shared": "node scripts/sync-shared-files.js",
"build:local": "npm run build:web && npm run build:extension && npm run sync:shared",
"test": "node tests/automated-qa.js",
"serve": "npx http-server web -p 8000"
},
"keywords": [
"tools",
"online",
"browser",
"privacy",
"converter"
],
"author": "FastTools Team",
"license": "ISC",
"devDependencies": {
"http-server": "^14.1.1"
}
}