@swc/types
Advanced tools
+37
-38
| { | ||
| "name": "@swc/types", | ||
| "version": "0.1.26", | ||
| "description": "Typings for the swc project.", | ||
| "types": "./index.d.ts", | ||
| "sideEffects": false, | ||
| "scripts": { | ||
| "build": "tsc", | ||
| "prepublishOnly": "yarn build" | ||
| }, | ||
| "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" | ||
| } | ||
| "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" | ||
| } | ||
| } |
Sorry, the diff of this file is too big to display
81860
3.58%2276
6.01%