wp-asciiplayer/asciiplayer/package.json

28 lines
605 B
JSON

{
"name": "wp-asciiplayer-adapter",
"version": "1.0.1",
"description": "asciinema-player for wordpress.",
"main": "dist/bundle.js",
"type": "module",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"bundle": "npx webpack"
},
"keywords": [
"wordpress",
"asciicast",
"asciicast-player"
],
"author": "LamGC",
"license": "GPL-3.0-only",
"dependencies": {
"asciinema-player": "^3.4.0"
},
"devDependencies": {
"css-loader": "^6.8.1",
"mini-css-extract-plugin": "^2.7.6",
"webpack": "^5.85.1",
"webpack-cli": "^5.1.3"
}
}