UNPKG

jaycc

Version:

### the Javascript C Compiler

25 lines (24 loc) 429 B
{ "name": "jaycc", "version": "1.0.0", "description": "", "main": "main.js", "type": "module", "scripts": { "build": "tsc", "start": "node ." }, "keywords": [ "c compiler", "javascript", "typescript", "jcc" ], "author": "@dr-Jonas-Birch", "license": "UNLICENSED", "dependencies": { "@types/node": "^24.0.10", "@types/typescript": "^2.0.0", "typescript": "^5.8.3" } }