@swc/types
Version:
Typings for the swc project.
39 lines • 793 B
JSON
{
"name": "@swc/types",
"version": "0.1.27",
"description": "Typings for the swc project.",
"types": "./index.d.ts",
"sideEffects": false,
"repository": {
"type": "git",
"url": "git+https://github.com/swc-project/swc.git",
"directory": "packages/types"
},
"publishConfig": {
"registry": "https://registry.npmjs.org/",
"access": "public"
},
"files": [
"*.js",
"*.d.ts"
],
"keywords": [
"swc",
"types"
],
"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"
},
"dependencies": {
"@swc/counter": "^0.1.3"
},
"scripts": {
"build": "tsc"
}
}