UNPKG

769 BJSONView Raw
1{
2 "name": "dts-bundle-generator",
3 "version": "5.0.0",
4 "description": "DTS Bundle Generator",
5 "main": "dist/bundle-generator.js",
6 "typings": "dist/bundle-generator.d.ts",
7 "bin": "dist/bin/dts-bundle-generator.js",
8 "files": [
9 "config-schema.d.ts",
10 "dist/**/*.d.ts",
11 "dist/**/*.js"
12 ],
13 "author": "Evgeniy Timokhov",
14 "bugs": {
15 "url": "https://github.com/timocov/dts-bundle-generator/issues"
16 },
17 "homepage": "https://github.com/timocov/dts-bundle-generator",
18 "dependencies": {
19 "typescript": ">=3.0.1",
20 "yargs": "^15.3.1"
21 },
22 "license": "MIT",
23 "readme": "README.md",
24 "repository": {
25 "type": "git",
26 "url": "git+https://github.com/timocov/dts-bundle-generator.git"
27 },
28 "engines": {
29 "node": ">=12.0.0"
30 }
31}