2023-08-26 01:11:34 +03:00
|
|
|
{
|
|
|
|
"name": "swc-info",
|
2023-09-30 00:43:50 +03:00
|
|
|
"packageManager": "yarn@3.5.0",
|
2023-08-26 01:27:09 +03:00
|
|
|
"version": "0.1.15",
|
2023-08-26 01:11:34 +03:00
|
|
|
"description": "CLI tool to help issue reporting for swc",
|
|
|
|
"sideEffects": false,
|
|
|
|
"scripts": {
|
|
|
|
"build": "tsc",
|
|
|
|
"prepublishOnly": "yarn build",
|
|
|
|
"prepack": "yarn build"
|
|
|
|
},
|
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "git+https://github.com/swc-project/swc.git"
|
|
|
|
},
|
|
|
|
"publishConfig": {
|
|
|
|
"registry": "https://registry.npmjs.org/",
|
|
|
|
"access": "public"
|
|
|
|
},
|
|
|
|
"keywords": [
|
|
|
|
"swc",
|
|
|
|
"info",
|
|
|
|
"cli"
|
|
|
|
],
|
|
|
|
"author": "강동윤 <kdy1997.dev@gmail.com>",
|
|
|
|
"license": "Apache-2.0",
|
|
|
|
"bugs": {
|
|
|
|
"url": "https://github.com/swc-project/swc/issues"
|
|
|
|
},
|
|
|
|
"homepage": "https://swc.rs",
|
|
|
|
"devDependencies": {
|
|
|
|
"typescript": "^5.2.2"
|
|
|
|
},
|
2023-09-19 06:27:45 +03:00
|
|
|
"bin": "bin/swc-info.js"
|
2023-08-26 01:11:34 +03:00
|
|
|
}
|