cttpie
Version:
Simple Web App for CTT service wrapping
59 lines (58 loc) • 1.74 kB
JSON
{
"name": "cttpie",
"version": "0.5.1",
"description": "Simple Web App for CTT service wrapping",
"keywords": [
"ctt",
"html",
"parsing"
],
"homepage": "https://github.com/hivesolutions/cttpie#readme",
"bugs": {
"url": "https://github.com/hivesolutions/cttpie/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/hivesolutions/cttpie.git"
},
"license": "Apache-2.0",
"author": "Hive Solutions",
"main": "app.js",
"files": [
"app.js",
"lib/**/*.js",
"test/**/*.js"
],
"scripts": {
"dev": "nodemon --max-http-header-size=131072 app.js",
"lint": "eslint \"./**/*.js\"",
"lint-fix": "eslint \"./**/*.js\" --fix",
"prettier": "prettier \"./**/*.{js,json}\" --write",
"pretty": "npm run prettier && npm run lint-fix",
"start": "node --max-http-header-size=131072 app.js",
"test": "mocha --recursive",
"upgrade": "npx sort-package-json && ncu -u"
},
"dependencies": {
"consola": "^2.15.3",
"express": "^4.18.3",
"hive-js-util": "^0.5.3",
"html-entities": "^2.5.2",
"node-fetch": "^2.7.0",
"node-html-parser": "^6.1.12",
"yonius": "^0.13.11"
},
"devDependencies": {
"eslint": "^8.57.0",
"eslint-config-hive": "^0.6.0",
"mocha": "^10.3.0",
"nodemon": "^3.1.0",
"npm-check-updates": "^16.14.17",
"prettier": "^3.2.5",
"prettier-config-hive": "^0.1.7",
"sort-package-json": "^2.8.0"
},
"engines": {
"node": ">=16"
}
}