You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
15 lines
218 B
15 lines
218 B
{
|
|
"name": "write-parser",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"main": "",
|
|
"scripts": {
|
|
"test": "mocha"
|
|
},
|
|
"author": "",
|
|
"license": "ISC",
|
|
"devDependencies": {
|
|
"chai": "^4.2.0",
|
|
"mocha": "^8.2.1"
|
|
}
|
|
}
|
|
|