babylon-testing-library
Version:
Simple utilities that encourage good testing practices for Babylon.js
58 lines (57 loc) • 1.79 kB
JSON
{
"name": "babylon-testing-library",
"version": "2.0.1",
"description": "Simple utilities that encourage good testing practices for Babylon.js",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"test": "jest",
"build": "npx tsc -p tsconfig.build.json",
"lint": "npx eslint src/*.ts",
"format:check": "npx prettier --check src/*.ts"
},
"repository": {
"type": "git",
"url": "git+https://github.com/rebeckerspecialties/babylon-testing-library.git"
},
"keywords": [
"Testing",
"TDD",
"Babylon",
"XR"
],
"author": "Rebecker Specialties",
"license": "MIT",
"bugs": {
"url": "https://github.com/rebeckerspecialties/babylon-testing-library/issues"
},
"homepage": "https://github.com/rebeckerspecialties/babylon-testing-library#readme",
"devDependencies": {
"@babel/core": "^7.24.5",
"@babel/preset-env": "^7.24.5",
"@babel/preset-typescript": "^7.24.1",
"@jest/globals": "^29.7.0",
"@swc/cli": "^0.3.12",
"@swc/core": "^1.5.3",
"@types/jest": "^29.5.12",
"@typescript-eslint/eslint-plugin": "^7.8.0",
"@typescript-eslint/parser": "^7.8.0",
"babel-jest": "^29.7.0",
"canvas": "^2.11.2",
"eslint": "^8.57.0",
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
"ts-node": "^10.9.2",
"tslib": "^2.6.2",
"typescript": "^5.4.5",
"typescript-eslint": "^7.8.0"
},
"dependencies": {
"@babylonjs/core": "^8.2.2",
"@babylonjs/gui": "^8.2.2",
"@testing-library/dom": "^10.1.0"
},
"peerDependencies": {
"@babylonjs/core": "^8.2.2"
}
}