mirror of
https://github.com/TelegramMessenger/libprisma.git
synced 2026-05-21 17:20:36 +00:00
247842358e
* Make script work in node.js. The function `generate()` now just returns the blob. * Log which language is loading right now * Add GitHub action script for build and publish grammars.dat as artifact * Add Create Pull Request workflow * Update README.md Co-authored-by: Fela Ameghino <frayx@live.it>
23 lines
668 B
JSON
23 lines
668 B
JSON
{
|
|
"name": "libprisma",
|
|
"version": "1.0.0",
|
|
"description": "This is a C++ porting of [prism.js](https://github.com/PrismJS/prism) library.\r The code depends on Boost.Regex, as it's a faster and more comprehensive than STD's.",
|
|
"main": "generate.js",
|
|
"scripts": {
|
|
"start": "node generate.js"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/TelegramMessenger/libprisma.git"
|
|
},
|
|
"author": "",
|
|
"license": "MIT",
|
|
"bugs": {
|
|
"url": "https://github.com/TelegramMessenger/libprisma/issues"
|
|
},
|
|
"homepage": "https://github.com/TelegramMessenger/libprisma#readme",
|
|
"dependencies": {
|
|
"lodash.isequal": "^4.5.0"
|
|
}
|
|
}
|