markup-tools
Version:
Utility to format markup
41 lines (40 loc) • 962 B
JSON
{
"name": "markup-tools",
"version": "2.10.0",
"description": "Utility to format markup",
"main": "./lib/index.js",
"directories": {
"lib": "lib"
},
"repository": {
"type": "git",
"url": "git+https://github.com/peerquery/markup-tools.git"
},
"scripts": {
"lintfix": "eslint \"**/*.js\" --fix",
"lint": "eslint \"**/*.js\"",
"test": "npm run lintfix && node ./node_modules/mocha/bin/mocha --exit",
"build": "npm run test && webpack"
},
"bugs": {
"url": "https://github.com/peerquery/markup-tools/issues"
},
"homepage": "https://github.com/peerquery/markup-tools#readme",
"keywords": [
"image",
"url",
"node"
],
"author": "dzivenu",
"license": "MIT",
"devDependencies": {
"chai": "^4.2.0",
"eslint": "^5.6.1",
"eslint-plugin-react": "^7.11.1",
"husky": "^1.1.2",
"mocha": "^5.2.0",
"webpack": "^4.20.2",
"webpack-cli": "^3.1.2"
},
"dependencies": {}
}