107ac75b1Sopenharmony_ci{
207ac75b1Sopenharmony_ci  "name": "compilier",
307ac75b1Sopenharmony_ci  "version": "0.0.1",
407ac75b1Sopenharmony_ci  "description": "Transpile ace2.0 ui-syntax to support UI control render, Component and State management.",
507ac75b1Sopenharmony_ci  "private": true,
607ac75b1Sopenharmony_ci  "keywords": [
707ac75b1Sopenharmony_ci    "ace",
807ac75b1Sopenharmony_ci    "loader",
907ac75b1Sopenharmony_ci    "webpack"
1007ac75b1Sopenharmony_ci  ],
1107ac75b1Sopenharmony_ci  "scripts": {
1207ac75b1Sopenharmony_ci    "lint": "eslint --fix ./src --ext .ts",
1307ac75b1Sopenharmony_ci    "build": "npm run generateDeclarations && ./node_modules/.bin/babel ./src --out-dir lib --extensions .ts && node uglify-source.js lib",
1407ac75b1Sopenharmony_ci    "create": "node ./lib/create.js --env projectName",
1507ac75b1Sopenharmony_ci    "compile": "webpack --config webpack.config.js --env buildMode=debug projectName",
1607ac75b1Sopenharmony_ci    "test": "npm run build && mocha test/test.js && mocha test/test.js --partialUpdate && mocha test/test.js --assertError",
1707ac75b1Sopenharmony_ci    "test:coverage": "npm run generateDeclarations && ./node_modules/.bin/babel ./src --out-dir lib --extensions .ts && mocha test/test.js && mocha test/test.js --partialUpdate && mocha test/test.js --assertError",
1807ac75b1Sopenharmony_ci    "generateDeclarations": "node ./build_declarations_file.js ../../../interface/sdk-js/api/@internal/component/ets ./declarations ./lib false",
1907ac75b1Sopenharmony_ci    "postinstall": "node npm-install.js",
2007ac75b1Sopenharmony_ci    "fastbuild": "rollup -c rollup.config.js",
2107ac75b1Sopenharmony_ci    "run:arkTest": "mocha \"arkTest_build/ark_compiler_ut/**/*.test.js\"",
2207ac75b1Sopenharmony_ci    "run:cleanArkTest": "rm -rf arkTest_build",
2307ac75b1Sopenharmony_ci    "arkTest": "npm run generateKitConfigs && ./node_modules/.bin/babel ./test/ark_compiler_ut --out-dir arkTest_build/ark_compiler_ut --extensions .ts && npm run run:arkTest && npm run run:cleanArkTest",
2407ac75b1Sopenharmony_ci    "coverage": "node_modules/nyc/bin/nyc.js npm run test:coverage",
2507ac75b1Sopenharmony_ci    "duplicate": "jscpd",
2607ac75b1Sopenharmony_ci    "generateKitConfigs": "node ./build_kitConfigs_file.js ../../../interface/sdk-js/kits ./kit_configs ../../../interface/sdk-js/api ../../../interface/sdk-js/arkts"
2707ac75b1Sopenharmony_ci  },
2807ac75b1Sopenharmony_ci  "devDependencies": {
2907ac75b1Sopenharmony_ci    "@babel/cli": "7.20.7",
3007ac75b1Sopenharmony_ci    "@babel/core": "7.20.12",
3107ac75b1Sopenharmony_ci    "@babel/plugin-proposal-class-properties": "7.18.6",
3207ac75b1Sopenharmony_ci    "@babel/preset-env": "7.20.2",
3307ac75b1Sopenharmony_ci    "@babel/preset-typescript": "7.18.6",
3407ac75b1Sopenharmony_ci    "@babel/runtime": "7.20.13",
3507ac75b1Sopenharmony_ci    "@typescript-eslint/parser": "5.51.0",
3607ac75b1Sopenharmony_ci    "babel-loader": "9.1.2",
3707ac75b1Sopenharmony_ci    "chai": "4.3.7",
3807ac75b1Sopenharmony_ci    "eslint": "8.34.0",
3907ac75b1Sopenharmony_ci    "mocha": "10.2.0",
4007ac75b1Sopenharmony_ci    "uglify-js": "3.17.4"
4107ac75b1Sopenharmony_ci  },
4207ac75b1Sopenharmony_ci  "dependencies": {
4307ac75b1Sopenharmony_ci    "@rollup/plugin-babel": "6.0.3",
4407ac75b1Sopenharmony_ci    "@rollup/plugin-commonjs": "24.0.1",
4507ac75b1Sopenharmony_ci    "@rollup/plugin-terser": "0.3.0",
4607ac75b1Sopenharmony_ci    "clean-webpack-plugin": "4.0.0",
4707ac75b1Sopenharmony_ci    "copy-webpack-plugin": "11.0.0",
4807ac75b1Sopenharmony_ci    "deccjsunit": "^1.0.8",
4907ac75b1Sopenharmony_ci    "lodash": "4.17.21",
5007ac75b1Sopenharmony_ci    "log4js": "6.7.1",
5107ac75b1Sopenharmony_ci    "sinon": "^15.0.4",
5207ac75b1Sopenharmony_ci    "source-map": "0.7.4",
5307ac75b1Sopenharmony_ci    "ts-loader": "9.4.2",
5407ac75b1Sopenharmony_ci    "webpack": "5.72.1",
5507ac75b1Sopenharmony_ci    "webpack-cli": "5.0.2",
5607ac75b1Sopenharmony_ci    "ws": "8.5.0"
5707ac75b1Sopenharmony_ci  }
5807ac75b1Sopenharmony_ci}
59