jsunittests
Version:
A quick way to make unittests for your code
30 lines (29 loc) • 603 B
JSON
{
"name": "jsunittests",
"version": "1.0.5",
"description": "A quick way to make unittests for your code",
"main": "unittests.js",
"type": "module",
"devDependencies": {
"@babel/cli": "^7.27.2",
"@babel/core": "^7.27.1",
"@babel/preset-env": "^7.27.2",
"jest": "^29.7.0",
"@babel/preset-modules": "^0.1.4"
},
"dependencies": {
"noderich.js": "^1.0.0"
},
"scripts": {
"test": "node unittests.js",
"build": "babel unittests.js -d dist"
},
"keywords": [
"tests",
"testing",
"unittests",
"js"
],
"author": "",
"license": "ISC"
}