Created
July 27, 2024 17:32
-
-
Save hildjj/1e94880dee9e3c92b9204bc54f17d948 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
foo = '1' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"name": "repro", | |
"version": "0.0.0", | |
"decription": "", | |
"main": "index.js", | |
"type": "module", | |
"keywords": [], | |
"author": "Joe Hildebrand <[email protected]>", | |
"license": "MIT", | |
"repository": { | |
"type": "git", | |
"url": "git+https://github.com/hildjj/repro.git" | |
}, | |
"homepage": "https://github.com/hildjj/repro#readme", | |
"bugs": { | |
"url": "https://github.com/hildjj/repro/issues" | |
}, | |
"scripts": { | |
"build": "peggy --dts foo.pegjs -o foo.js" | |
}, | |
"dependencies": { | |
"peggy": "github:peggyjs/peggy#pull/538/head" | |
}, | |
"engines": { | |
"node": ">=18" | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment