Skip to content

Instantly share code, notes, and snippets.

@hildjj
Created July 27, 2024 17:32
Show Gist options
  • Save hildjj/1e94880dee9e3c92b9204bc54f17d948 to your computer and use it in GitHub Desktop.
Save hildjj/1e94880dee9e3c92b9204bc54f17d948 to your computer and use it in GitHub Desktop.
{
"name": "repro",
"version": "0.0.0",
"decription": "",
"main": "index.js",
"type": "module",
"keywords": [],
"author": "Joe Hildebrand <joe-github@cursive.net>",
"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