-
- Downloads
B.2. Compiler avec Babel
... | ... | @@ -4,15 +4,16 @@ |
"description": "", | ||
"main": "index.js", | ||
"scripts": { | ||
"test": "echo \"Error: no test specified\" && exit 1", | ||
"build": "babel js -d build", | ||
"watch": "babel js -d build --verbose --watch --source-maps" | ||
"test": "echo \"Error: no test specified\" && exit 1", | ||
"build": "babel js -d build", | ||
"watch": "babel js -d build --verbose --watch --source-maps" | ||
}, | ||
"author": "thomas.fritsch@univ-lille.fr", | ||
"license": "ISC", | ||
"devDependencies": { | ||
"@babel/cli": "^7.8.4", | ||
"@babel/core": "^7.8.4", | ||
"@babel/plugin-proposal-class-properties": "^7.8.3", | ||
"@babel/preset-env": "^7.8.4" | ||
} | ||
} |
Please register or sign in to comment