2025-05-12 05:38:44 +09:00

46 lines
1.1 KiB
JSON

{
"name": "asciidoctor-opal-runtime",
"description": "Opal Runtime for Asciidoctor.js",
"keywords": [
"javascript",
"opal",
"asciidoctor",
"runtime",
"ruby"
],
"author": "Guillaume Grossetie",
"version": "0.3.3",
"license": "MIT",
"engines": {
"node": ">=8.11"
},
"files": [
"src"
],
"directories": {
"lib": "src"
},
"main": "src/index.js",
"scripts": {
"test": "mocha spec/*.spec.js && mocha spec/load/load-compat.spec.js && mocha spec/load/load-error.spec.js",
"lint": "standard src/index.js spec npm",
"prepublishOnly": "node npm/prepublish.js",
"postpublish": "node npm/postpublish.js"
},
"homepage": "http://github.com/mogztter/asciidoctor-opal-node-runtime",
"bugs": "https://github.com/mogztter/asciidoctor-opal-node-runtime/issues",
"repository": {
"type": "git",
"url": "git://github.com/mogztter/asciidoctor-opal-node-runtime.git"
},
"dependencies": {
"glob": "7.1.3",
"unxhr": "1.0.1"
},
"devDependencies": {
"chai": "4.2.0",
"mocha": "^8.2.0",
"standard": "12.0.1"
}
}