1425bb815Sopenharmony_ci{
2425bb815Sopenharmony_ci  "name": "jerryscript",
3425bb815Sopenharmony_ci  "description": "Ultra-lightweight JavaScript engine for the Internet of Things.",
4425bb815Sopenharmony_ci  "scripts": {
5425bb815Sopenharmony_ci    "transpile": "scripty"
6425bb815Sopenharmony_ci  },
7425bb815Sopenharmony_ci  "repository": {
8425bb815Sopenharmony_ci    "type": "git",
9425bb815Sopenharmony_ci    "url": "git+https://github.com/jerryscript-project/jerryscript.git"
10425bb815Sopenharmony_ci  },
11425bb815Sopenharmony_ci  "license": "Apache-2.0",
12425bb815Sopenharmony_ci  "devDependencies": {
13425bb815Sopenharmony_ci    "@babel/cli": "^7.4.4",
14425bb815Sopenharmony_ci    "@babel/core": "^7.4.5",
15425bb815Sopenharmony_ci    "@babel/plugin-proposal-object-rest-spread": "^7.5.5",
16425bb815Sopenharmony_ci    "@babel/plugin-transform-block-scoped-functions": "^7.2.0",
17425bb815Sopenharmony_ci    "@babel/plugin-transform-block-scoping": "^7.4.4",
18425bb815Sopenharmony_ci    "@babel/plugin-transform-destructuring": "^7.4.4",
19425bb815Sopenharmony_ci    "@babel/plugin-transform-function-name": "^7.4.4",
20425bb815Sopenharmony_ci    "@babel/plugin-transform-instanceof": "^7.2.0",
21425bb815Sopenharmony_ci    "@babel/plugin-transform-literals": "^7.2.0",
22425bb815Sopenharmony_ci    "@babel/plugin-transform-new-target": "^7.4.4",
23425bb815Sopenharmony_ci    "@babel/plugin-transform-object-super": "^7.2.0",
24425bb815Sopenharmony_ci    "@babel/plugin-transform-parameters": "^7.4.4",
25425bb815Sopenharmony_ci    "@babel/plugin-transform-spread": "^7.2.2",
26425bb815Sopenharmony_ci    "@babel/plugin-transform-sticky-regex": "^7.2.0",
27425bb815Sopenharmony_ci    "@babel/plugin-transform-unicode-regex": "^7.4.4",
28425bb815Sopenharmony_ci    "scripty": "^1.9.1"
29425bb815Sopenharmony_ci  }
30425bb815Sopenharmony_ci}
31