minify-html/gen/package.json

15 lines
283 B
JSON
Raw Normal View History

{
"private": true,
2021-08-06 07:07:58 -04:00
"scripts": {
"format": "prettier -w '*.{ts,json}'"
},
"dependencies": {
"@types/node": "^14.0.5",
"@wzlin/html-data": "^2020103004.0.1",
2021-08-06 07:07:58 -04:00
"prettier": "2.3.2",
"ts-node": "^8.10.1",
"typescript": "^3.7.4",
"yaml": "^1.10.0"
}
}