UNPKG

1.1 kBJSONView Raw
1{
2 "name": "django-apps-jest-mapper",
3 "version": "1.0.2",
4 "description": "Automatically discovery django apps and map jest names for them.",
5 "main": "index.js",
6 "scripts": {
7 "test": "jest",
8 "release": "np",
9 "lint": "eslint ."
10 },
11 "repository": {
12 "type": "git",
13 "url": "git+https://github.com/marinko-peso/django-apps-jest-mapper.git"
14 },
15 "keywords": [
16 "django",
17 "apps",
18 "jest",
19 "mapper",
20 "alias"
21 ],
22 "author": "Marinko Peso",
23 "license": "MIT",
24 "bugs": {
25 "url": "https://github.com/marinko-peso/django-apps-jest-mapper/issues"
26 },
27 "jest": {
28 "coverageDirectory": "./coverage/",
29 "collectCoverage": true
30 },
31 "homepage": "https://github.com/marinko-peso/django-apps-jest-mapper#readme",
32 "devDependencies": {
33 "del-cli": "^1.1.0",
34 "eslint": "^4.19.1",
35 "eslint-config-semistandard": "^12.0.1",
36 "eslint-config-standard": "^11.0.0",
37 "eslint-plugin-import": "^2.12.0",
38 "eslint-plugin-node": "^6.0.1",
39 "eslint-plugin-promise": "^3.8.0",
40 "eslint-plugin-standard": "^3.1.0",
41 "jest": "^23.1.0"
42 }
43}