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.
30 lines
639 B
30 lines
639 B
2 years ago
|
{
|
||
|
"name": "@parcel/plugin",
|
||
|
"version": "2.3.2",
|
||
|
"license": "MIT",
|
||
|
"publishConfig": {
|
||
|
"access": "public"
|
||
|
},
|
||
|
"funding": {
|
||
|
"type": "opencollective",
|
||
|
"url": "https://opencollective.com/parcel"
|
||
|
},
|
||
|
"repository": {
|
||
|
"type": "git",
|
||
|
"url": "https://github.com/parcel-bundler/parcel.git"
|
||
|
},
|
||
|
"main": "lib/PluginAPI.js",
|
||
|
"source": "src/PluginAPI.js",
|
||
|
"types": "src/PluginAPI.d.ts",
|
||
|
"engines": {
|
||
|
"node": ">= 12.0.0"
|
||
|
},
|
||
|
"scripts": {
|
||
|
"check-ts": "tsc --noEmit src/PluginAPI.d.ts"
|
||
|
},
|
||
|
"dependencies": {
|
||
|
"@parcel/types": "2.3.2"
|
||
|
},
|
||
|
"gitHead": "47379bf8fabeb2cfe03ade8802d942388b153e5b"
|
||
|
}
|