mrkdown
Version:
Markdown files to HTML static site generator - angular.js app
39 lines • 1.34 kB
JSON
{
"name": "mrkdown",
"version": "2.1.11",
"description": "Markdown files to HTML static site generator - angular.js app",
"main": "dist/index.js",
"preferGlobal": true,
"bin": "dist/index.js",
"scripts": {
"start": "node dist/index.js",
"build": "tsc && npm run template:move",
"template:move": "cp -r \"src/templates\" dist",
"start:debug": "nodemon src/index.ts build --use-hash",
"md:option": "tsc && npm run template:move && npm run start",
"md:build": "tsc && npm run template:move && npm run start build",
"md:build:prod": "tsc && npm run template:move && npm run start build --prod",
"md:init": "tsc && npm run template:move && npm run start init",
"prepublish": "npm run build"
},
"keywords": [
"markdown-to-html-converter",
"static-site-generator",
"md-converter",
"markdown-static-generator",
"markdown-to-static-application-generator"
],
"author": "sujith vaithilingam",
"license": "ISC",
"dependencies": {
"chalk": "^2.4.2",
"html-minifier": "^4.0.0",
"marked": "^0.6.1",
"uglify-js": "^3.15.0",
"uglifycss": "0.0.29"
},
"devDependencies": {
"@types/marked": "^2.0.2",
"@types/node": "^14.14.41"
}
}