| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748 |
- {
- "name": "jest",
- "description": "Delightful JavaScript Testing.",
- "version": "22.4.4",
- "main": "build/jest.js",
- "dependencies": {
- "import-local": "^1.0.0",
- "jest-cli": "^22.4.4"
- },
- "bin": {
- "jest": "./bin/jest.js"
- },
- "engines": {
- "node": ">= 6"
- },
- "repository": {
- "type": "git",
- "url": "https://github.com/facebook/jest"
- },
- "homepage": "http://facebook.github.io/jest/",
- "license": "MIT",
- "keywords": [
- "ava",
- "babel",
- "coverage",
- "easy",
- "expect",
- "facebook",
- "immersive",
- "instant",
- "jasmine",
- "jest",
- "jsdom",
- "mocha",
- "mocking",
- "painless",
- "qunit",
- "runner",
- "sandboxed",
- "snapshot",
- "tap",
- "tape",
- "test",
- "testing",
- "typescript",
- "watch"
- ]
- }
|