forked from praveenscience/One-File-Tools
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
19 lines (19 loc) · 733 Bytes
/
Copy pathpackage.json
File metadata and controls
19 lines (19 loc) · 733 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
{
"name": "one-file-tools",
"version": "1.0.0",
"description": "A collection of useful developer tools, each built as a single HTML file.",
"private": true,
"scripts": {
"build": "node scripts/build.js",
"themes": "node scripts/theme-gen.js",
"sort": "node scripts/sort-norm.js data/tools.json && node scripts/sort-norm.js data/themes.json && node scripts/sort-norm.js data/quests.json",
"sync-readme": "node scripts/sync-readme.js",
"format": "prettier --write tools/*.html"
},
"author": "Praveen Kumar Purushothaman <praveen@praveen.science> (https://praveen.science)",
"license": "Unlicense",
"devDependencies": {
"handlebars": "^4.7.9",
"prettier": "^3.5.3"
}
}