|
1 | 1 | { |
2 | | - "name": "esusage", |
3 | | - "description": "A code analyzer to collect ECMAScript modules usage with JSX and TypeScript support", |
| 2 | + "name": "@sdk-usage/cli", |
4 | 3 | "version": "0.0.0", |
5 | | - "publishConfig": { |
6 | | - "access": "public" |
7 | | - }, |
8 | | - "files": [ |
9 | | - "bin", |
10 | | - "dist" |
11 | | - ], |
12 | | - "bin": { |
13 | | - "esusage": "./bin/index.js" |
| 4 | + "description": "A code analyzer to collect ECMAScript modules usage with JSX and TypeScript support", |
| 5 | + "homepage": "https://github.com/adbayb/sdk-usage/tree/main/sdk-usage#readme", |
| 6 | + "bugs": "https://github.com/adbayb/sdk-usage/issues", |
| 7 | + "repository": { |
| 8 | + "type": "git", |
| 9 | + "url": "git@github.com:adbayb/sdk-usage.git", |
| 10 | + "directory": "applications/cli" |
14 | 11 | }, |
| 12 | + "license": "MIT", |
| 13 | + "author": "Ayoub Adib <adbayb@gmail.com> (https://twitter.com/adbayb)", |
15 | 14 | "sideEffects": false, |
16 | 15 | "type": "module", |
17 | 16 | "exports": { |
|
23 | 22 | "default": "./dist/index.mjs" |
24 | 23 | } |
25 | 24 | }, |
26 | | - "license": "MIT", |
27 | | - "author": "Ayoub Adib <adbayb@gmail.com> (https://twitter.com/adbayb)", |
28 | | - "bugs": "https://github.com/adbayb/esusage/issues", |
29 | | - "homepage": "https://github.com/adbayb/esusage/tree/main/esusage#readme", |
30 | | - "repository": { |
31 | | - "type": "git", |
32 | | - "url": "git@github.com:adbayb/esusage.git", |
33 | | - "directory": "applications/cli" |
| 25 | + "bin": { |
| 26 | + "sdk-usage": "./bin/index.js" |
34 | 27 | }, |
| 28 | + "files": [ |
| 29 | + "bin", |
| 30 | + "dist" |
| 31 | + ], |
35 | 32 | "scripts": { |
36 | 33 | "build": "quickbundle build", |
37 | 34 | "watch": "quickbundle watch" |
38 | 35 | }, |
| 36 | + "dependencies": { |
| 37 | + "@sdk-usage/core": "workspace:^", |
| 38 | + "@sdk-usage/plugin-syntax-jsx": "workspace:^", |
| 39 | + "@sdk-usage/plugin-syntax-typescript": "workspace:^" |
| 40 | + }, |
39 | 41 | "devDependencies": { |
40 | 42 | "quickbundle": "2.8.0" |
41 | 43 | }, |
42 | | - "dependencies": { |
43 | | - "@esusage/core": "workspace:^", |
44 | | - "@esusage/plugin-syntax-jsx": "workspace:^", |
45 | | - "@esusage/plugin-syntax-typescript": "workspace:^" |
| 44 | + "publishConfig": { |
| 45 | + "access": "public", |
| 46 | + "registry": "https://registry.npmjs.org" |
46 | 47 | } |
47 | 48 | } |
0 commit comments