UNPKG

1.01 kBJSONView Raw
1{
2 "name": "parcel-codegen-loader",
3 "version": "0.6.8",
4 "description": "A loader for .codegen files to auto-generate modules on the fly.",
5 "main": "lib/index.js",
6 "typings": "lib/index.d.ts",
7 "scripts": {
8 "build": "tsc",
9 "test": "echo \"Error: no test specified\" && exit 1"
10 },
11 "repository": {
12 "type": "git",
13 "url": "git+https://github.com/FlorianRappl/piral-webpack-tools.git"
14 },
15 "engines": {
16 "node": ">= 8"
17 },
18 "keywords": [
19 "codegen",
20 "webpack",
21 "loader"
22 ],
23 "author": "Florian Rappl <mail@florian-rappl.de>",
24 "license": "MIT",
25 "bugs": {
26 "url": "https://github.com/FlorianRappl/piral-webpack-tools/issues"
27 },
28 "homepage": "https://github.com/FlorianRappl/piral-webpack-tools#readme",
29 "peerDependencies": {
30 "webpack": "^4.0.0 || ^5.0.0"
31 },
32 "devDependencies": {
33 "webpack": "4.42.0"
34 },
35 "dependencies": {
36 "loader-utils": "^2.0.0",
37 "schema-utils": "^2.6.5"
38 },
39 "gitHead": "b5f0d3ed7643c0232ab762d35155d5659d3a19ad"
40}