Son CV dans un terminal web en Javascript! https://terminal-cv.gregandev.fr
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

55 lines
1.3 KiB

{
"name": "posthtml-render",
"version": "3.0.0",
"description": "Renders PostHTML Tree to HTML/XML",
"license": "MIT",
"repository": "posthtml/posthtml-render",
"author": "Ivan Voischev <voischev.ivan@ya.ru>",
"main": "dist/index.js",
"engines": {
"node": ">=12"
},
"scripts": {
"version": "conventional-changelog -i changelog.md -s -r 0 && git add changelog.md",
"build": "rm -rf dist && tsup src/*.ts --dts --minify",
"dev": "npm run build -- --watch",
"test": "xo && c8 ava",
"pretest": "clinton",
"prepare": "npm run build"
},
"files": [
"dist"
],
"keywords": [
"posthtml",
"render",
"html",
"xml"
],
"dependencies": {
"is-json": "^2.0.1"
},
"devDependencies": {
"@antfu/eslint-config-ts": "^0.7.0",
"@commitlint/cli": "^13.1.0",
"@commitlint/config-angular": "^13.1.0",
"@types/node": "^16.4.3",
"ava": "^3.13.0",
"c8": "^7.7.3",
"clinton": "^0.14.0",
"conventional-changelog-cli": "^2.0.34",
"esbuild-register": "^2.6.0",
"eslint": "^7.31.0",
"esm": "^3.2.25",
"husky": "^7.0.1",
"lint-staged": "^11.1.1",
"posthtml-parser": "^0.9.1",
"rewire": "^5.0.0",
"rimraf": "^3.0.0",
"ts-node": "^10.1.0",
"tsup": "^4.12.5",
"typescript": "^4.3.5",
"xo": "^0.42.0"
},
"types": "dist/index.d.ts"
}