|
- {
- "name": "@swc/helpers",
- "version": "0.2.14",
- "description": "",
- "esnext": "src/index.js",
- "module": "src/index.js",
- "main": "lib/index.js",
- "sideEffects": false,
- "scripts": {
- "build": "swc -V && swc src -d lib",
- "prepublishOnly": "swc src -d lib",
- "test": "echo \"Error: no test specified\" && exit 1"
- },
- "repository": {
- "type": "git",
- "url": "git+https://github.com/swc-project/helpers.git"
- },
- "keywords": [
- "swc",
- "helpers"
- ],
- "author": "강동윤 <kdy1@outlook.kr>",
- "license": "MIT",
- "bugs": {
- "url": "https://github.com/swc-project/swc/issues"
- },
- "homepage": "https://github.com/swc-project/helpers#readme",
- "devDependencies": {
- "@swc/cli": "^0.1.36",
- "@swc/core": "^1.2.58"
- }
- }
|