UNPKG

1.18 kBJSONView Raw
1{
2 "name": "django-apps-webpack-alias",
3 "version": "1.0.6",
4 "description": "Automatically discovery django apps folder and create webpack alias for them with the app name",
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-webpack-alias.git"
14 },
15 "keywords": [
16 "django",
17 "apps",
18 "webpack",
19 "alias",
20 "auto",
21 "discovery"
22 ],
23 "author": "Marinko Peso",
24 "license": "MIT",
25 "bugs": {
26 "url": "https://github.com/marinko-peso/django-apps-webpack-alias/issues"
27 },
28 "jest": {
29 "coverageDirectory": "./coverage/",
30 "collectCoverage": true
31 },
32 "homepage": "https://github.com/marinko-peso/django-apps-webpack-alias#readme",
33 "devDependencies": {
34 "del-cli": "^1.1.0",
35 "eslint": "^4.19.1",
36 "eslint-config-semistandard": "^12.0.1",
37 "eslint-config-standard": "^11.0.0",
38 "eslint-plugin-import": "^2.12.0",
39 "eslint-plugin-node": "^6.0.1",
40 "eslint-plugin-promise": "^3.8.0",
41 "eslint-plugin-standard": "^3.1.0",
42 "jest": "^25.0.0",
43 "merge": ">=1.2.1"
44 }
45}