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.
 
 
 
 

28 lines
794 B

{
"name": "@parcel/types",
"version": "2.0.0",
"license": "MIT",
"main": "src/index.js",
"types": "lib/index.d.ts",
"repository": {
"type": "git",
"url": "https://github.com/parcel-bundler/parcel.git"
},
"publishConfig": {
"access": "public"
},
"scripts": {
"build-ts": "mkdir -p lib && flow-to-ts index.js > lib/index.d.ts && flow-to-ts unsafe.js > lib/unsafe.d.ts && node build-ts.js",
"check-ts": "tsc --noEmit lib/index.d.ts"
},
"dependencies": {
"@parcel/cache": "^2.0.0",
"@parcel/diagnostic": "^2.0.0",
"@parcel/fs": "^2.0.0",
"@parcel/package-manager": "^2.0.0",
"@parcel/source-map": "^2.0.0",
"@parcel/workers": "^2.0.0",
"utility-types": "^3.10.0"
},
"gitHead": "84da50ae6943bff9741e2fc76d2f4968074cbbd6"
}