mirror of
https://github.com/swc-project/swc.git
synced 2024-11-24 02:06:08 +03:00
28 lines
691 B
JSON
28 lines
691 B
JSON
{
|
|
"name": "@swc/counter",
|
|
"packageManager": "yarn@3.5.0",
|
|
"main": "index.js",
|
|
"version": "0.1.2",
|
|
"description": "Downloade counter for the swc project",
|
|
"sideEffects": false,
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/swc-project/swc.git"
|
|
},
|
|
"publishConfig": {
|
|
"registry": "https://registry.npmjs.org/",
|
|
"access": "public"
|
|
},
|
|
"keywords": [
|
|
"swc",
|
|
"download",
|
|
"counter"
|
|
],
|
|
"author": "강동윤 <kdy1997.dev@gmail.com>",
|
|
"license": "Apache-2.0",
|
|
"bugs": {
|
|
"url": "https://github.com/swc-project/swc/issues"
|
|
},
|
|
"homepage": "https://swc.rs"
|
|
}
|