mirror of
https://github.com/LamGC/wp-asciiplayer.git
synced 2025-04-29 14:17:32 +00:00
28 lines
605 B
JSON
28 lines
605 B
JSON
{
|
|
"name": "wp-asciiplayer-adapter",
|
|
"version": "0.1.0",
|
|
"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.0",
|
|
"webpack-cli": "^5.1.3"
|
|
}
|
|
}
|