mirror of
https://github.com/Gers2017/cpp.js.git
synced 2024-11-22 06:48:42 -06:00
18 lines
424 B
JSON
18 lines
424 B
JSON
|
{
|
||
|
"name": "cpp-js",
|
||
|
"version": "1.0.0",
|
||
|
"description": "C (or maybe not C++) compiler written in Javascript for fun and profit.",
|
||
|
"main": "main.js",
|
||
|
"type": "module",
|
||
|
"scripts": {
|
||
|
"test": "echo \"Error: no test specified\" && exit 1"
|
||
|
},
|
||
|
"keywords": [
|
||
|
"cpp",
|
||
|
"blazingly-fast",
|
||
|
"unsafe-rust",
|
||
|
"lightspeed"
|
||
|
],
|
||
|
"author": "The ultimate life form | kirby",
|
||
|
"license": "GPL-3.0-or-later"
|
||
|
}
|