1 parent 57b297d commit 8a9ce08Copy full SHA for 8a9ce08
1 file changed
package.json
@@ -3,6 +3,8 @@
3
"version": "1.0.0",
4
"main": "dist/index.js",
5
"license": "MIT",
6
+ "repository": "https://github.com/TheLartians/TypeScript2Python",
7
+ "homepage": "https://github.com/TheLartians/TypeScript2Python#readme",
8
"dependencies": {
9
"@commander-js/extra-typings": "^11.1.0",
10
"typescript": "^5.3.3"
@@ -29,7 +31,7 @@
29
31
"single": "babel-node -x .ts",
30
32
"develop": "yarn watch src/index.ts",
33
"lint": "eslint src/**/*.ts",
- "build": "babel --extensions .ts --ignore '**/*.test.ts' ./src -d dist",
34
+ "build": "babel --extensions .ts --ignore '**/*.test.ts' ./src -d dist --source-maps",
35
"test": "jest",
36
"typecheck": "tsc -p . --noEmit",
37
"prepack": "yarn build"
0 commit comments