package.json - Add marked devdep and build cmd

This commit is contained in:
2020-01-09 23:47:38 +05:30
parent 4d2b75ada2
commit d2465fdbfe
2 changed files with 15 additions and 2 deletions
+10 -1
View File
@@ -1,5 +1,14 @@
{
"name": "typescript.tools",
"version": "0.0.1",
"lockfileVersion": 1
"lockfileVersion": 1,
"requires": true,
"dependencies": {
"marked": {
"version": "0.8.0",
"resolved": "https://registry.npmjs.org/marked/-/marked-0.8.0.tgz",
"integrity": "sha512-MyUe+T/Pw4TZufHkzAfDj6HarCBWia2y27/bhuYkTaiUnfDYFnCP3KUN+9oM7Wi6JA2rymtVYbQu3spE0GCmxQ==",
"dev": true
}
}
}