asciidoctor-opal-runtime
Version:
Opal Runtime for Asciidoctor.js
58 lines (57 loc) • 1.22 kB
JSON
{
"name": "asciidoctor-opal-runtime",
"description": "Opal Runtime for Asciidoctor.js",
"keywords": [
"javascript",
"opal",
"asciidoctor",
"runtime",
"ruby"
],
"author": "Guillaume Grossetie",
"version": "2.1.0",
"license": "MIT",
"engines": {
"node": ">=8.11"
},
"files": [
"src"
],
"directories": {
"lib": "src"
},
"type": "module",
"main": "./src/index.cjs",
"exports": {
"import": "./src/index.js",
"require": "./src/index.cjs"
},
"scripts": {
"build": "rollup --config",
"test": "mocha spec/*.spec.js",
"lint": "standard src/index.js spec",
"prepublishOnly": "npm run build"
},
"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.2.0",
"unxhr": "1.2.0"
},
"devDependencies": {
"chai": "4.3.4",
"dirty-chai": "2.0.1",
"mocha": "9.1.3",
"rollup": "2.63.0",
"standard": "16.0.4"
},
"standard": {
"env": {
"mocha": true
}
}
}