@ogre-tools/test-utils
Version:
A collection of test-utils for Ogre-tools.
48 lines (47 loc) • 1.26 kB
JSON
{
"name": "@ogre-tools/test-utils",
"private": false,
"version": "17.11.1",
"description": "A collection of test-utils for Ogre-tools.",
"files": [
"build",
"index.d.ts"
],
"repository": {
"type": "git",
"url": "https://github.com/ogre-works/ogre-tools"
},
"main": "build/index.js",
"types": "./index.d.ts",
"keywords": [
"js",
"jest",
"unit-testing"
],
"author": "Ogre Works",
"license": "MIT",
"peerDependencies": {
"lodash": "^4.17.21"
},
"bugs": {
"url": "https://github.com/ogre-works/ogre-tools/issues"
},
"homepage": "https://github.com/ogre-works/ogre-tools#readme",
"publishConfig": {
"access": "public"
},
"prettier": "@ogre-tools/infrastructure-prettier",
"scripts": {
"build": "ogre-tools-build-js",
"test": "ogre-tools-test",
"code-style:verify": "ogre-tools-verify-code-style",
"code-style:fix": "ogre-tools-fix-code-style"
},
"devDependencies": {
"@ogre-tools/infrastructure-babel-for-js": "^17.11.1",
"@ogre-tools/infrastructure-jest": "^17.11.1",
"@ogre-tools/infrastructure-prettier": "^17.11.1",
"@ogre-tools/infrastructure-webpack-for-js": "^17.11.1"
},
"gitHead": "fbf5e8b2eb38b9a396106468ba1f861b56d27f4a"
}