1{ 2 "name": "jerryscript", 3 "description": "Ultra-lightweight JavaScript engine for the Internet of Things.", 4 "scripts": { 5 "transpile": "scripty" 6 }, 7 "repository": { 8 "type": "git", 9 "url": "git+https://github.com/jerryscript-project/jerryscript.git" 10 }, 11 "license": "Apache-2.0", 12 "devDependencies": { 13 "@babel/cli": "^7.4.4", 14 "@babel/core": "^7.4.5", 15 "@babel/plugin-proposal-object-rest-spread": "^7.5.5", 16 "@babel/plugin-transform-block-scoped-functions": "^7.2.0", 17 "@babel/plugin-transform-block-scoping": "^7.4.4", 18 "@babel/plugin-transform-destructuring": "^7.4.4", 19 "@babel/plugin-transform-function-name": "^7.4.4", 20 "@babel/plugin-transform-instanceof": "^7.2.0", 21 "@babel/plugin-transform-literals": "^7.2.0", 22 "@babel/plugin-transform-new-target": "^7.4.4", 23 "@babel/plugin-transform-object-super": "^7.2.0", 24 "@babel/plugin-transform-parameters": "^7.4.4", 25 "@babel/plugin-transform-spread": "^7.2.2", 26 "@babel/plugin-transform-sticky-regex": "^7.2.0", 27 "@babel/plugin-transform-unicode-regex": "^7.4.4", 28 "scripty": "^1.9.1" 29 } 30} 31