A cross-platform UI framework for .NET
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.
 
 
 

26 lines
598 B

{
"name": "simple-test",
"version": "1.0.0",
"main": "index.js",
"scripts": {
"test": "mocha -r ts-node/register ./**/*Tests.ts",
"coverage": "nyc -r text -e .ts -x \"./*Tests.ts\" npm run test"
},
"type": "module",
"keywords": [],
"author": "",
"license": "MIT",
"dependencies": {},
"devDependencies": {
"@types/chai": "4.2.12",
"@types/mocha": "8.0.3",
"@types/react": "^16.3.14",
"chai": "^4.2.0",
"mocha": "^8.1.3",
"moq.ts": "^6.4.0",
"nyc": "^15.1.0",
"react": "^16.3.2",
"ts-node": "^9.0.0",
"typescript": "^4.0.2"
}
}