Files
godot-interactive-changelog/package.json
2025-06-26 10:27:50 -05:00

29 lines
831 B
JSON

{
"name": "godot-interactive-changelog",
"version": "1.0.0",
"description": "",
"scripts": {
"build": "rollup -c",
"compose-db": "node --env-file-if-exists=./.env ./compose-db.js",
"publish-db": "node ./publish-db.js"
},
"author": "Yuri Sizov <yuris@humnom.net>",
"private": true,
"dependencies": {
"@babel/core": "^7.6.4",
"@babel/plugin-proposal-class-properties": "^7.5.5",
"@babel/plugin-proposal-decorators": "^7.6.0",
"dompurify": "^2.0.7",
"lit-element": "^2.2.1",
"marked": "^0.7.0",
"node-fetch": "^2.7.0",
"posthtml": "^0.12.0",
"rollup": "^1.24.0",
"rollup-plugin-babel": "^4.3.3",
"rollup-plugin-commonjs": "^10.1.0",
"rollup-plugin-copy": "^3.4.0",
"rollup-plugin-includepaths": "^0.2.3",
"rollup-plugin-node-resolve": "^5.2.0"
}
}