Son CV dans un terminal web en Javascript!
https://terminal-cv.gregandev.fr
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
32 lines
766 B
32 lines
766 B
{
|
|
"name": "@swc/helpers",
|
|
"version": "0.2.13",
|
|
"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"
|
|
}
|
|
}
|
|
|