Files
libprisma/package.json
Mikhail Dunaev 247842358e Add script for generating grammars.dat and setup CI (#2)
* 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>
2023-10-30 17:41:57 +04:00

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"
}
}