mirror of https://github.com/google/oss-fuzz.git
13 lines
257 B
JSON
13 lines
257 B
JSON
![]() |
{
|
||
|
"name": "jazzerjs-typescript-example",
|
||
|
"version": "1.0.0",
|
||
|
"description": "An example how to fuzz TypeScript projects with Jazzer.js",
|
||
|
"scripts": {
|
||
|
"build": "tsc"
|
||
|
},
|
||
|
"devDependencies": {
|
||
|
"@types/node": "^18.11.18",
|
||
|
"typescript": "^4.7.4"
|
||
|
}
|
||
|
}
|