mirror of
https://github.com/fooflington/selfdefined.git
synced 2025-12-14 16:29:04 +00:00
feat(definitions): helper script to create defs from data list
This commit is contained in:
10
package.json
10
package.json
@@ -8,7 +8,11 @@
|
||||
"build": "eleventy",
|
||||
"watch": "eleventy --watch",
|
||||
"serve": "eleventy --serve",
|
||||
"test": "echo \"Error: no test specified\" && exit 1"
|
||||
"test": "echo \"Error: no test specified\" && exit 1",
|
||||
"create-definitions": "bin/create-definitions"
|
||||
},
|
||||
"bin": {
|
||||
"create-definitions": "bin/create-definitions"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
@@ -28,5 +32,9 @@
|
||||
"markdown-it-anchor": "^5.2.5",
|
||||
"markdown-it-prism": "^2.0.3",
|
||||
"prism-themes": "^1.3.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"esm": "^3.2.25",
|
||||
"slugify": "^1.3.6"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user