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.

25 lines
444 B

4 years ago
{
"name": "write-parser",
"version": "1.0.0",
"description": "",
"main": "",
"scripts": {
"test": "mocha --require jsdom-global/register"
},
"author": "",
"license": "ISC",
"devDependencies": {
"@testing-library/react": "^11.2.5",
"chai": "^4.2.0",
"jsdom": "^16.4.0",
"jsdom-global": "^3.0.2",
"mocha": "^8.2.1",
"react": "*",
"react-dom": "^17.0.1"
},
"peerDependencies": {
"react": "*"
},
"dependencies": {}
4 years ago
}