mirror of
https://github.com/openharmony/third_party_jsframework.git
synced 2026-07-18 12:35:31 -04:00
e9930ba38a
Signed-off-by: buzhifeng <buzhifeng2@huawei.com>
20 lines
510 B
JSON
20 lines
510 B
JSON
{
|
|
"name": "mock-generate",
|
|
"version": "1.0.0",
|
|
"description": "generate mock",
|
|
"main": "main.js",
|
|
"scripts": {
|
|
"build": "npm install && node ../node_modules/typescript/bin/tsc && cd dist && node main.js && cd .. && eslint -c .eslintrc --fix ../runtime/**/systemplugin/**/*.js"
|
|
},
|
|
"keywords": [
|
|
"mock"
|
|
],
|
|
"license": "Apache 2.0",
|
|
"devDependencies": {
|
|
"@types/node": "^14.18.21",
|
|
"typescript": "4.1.3",
|
|
"eslint": "^7.14.0",
|
|
"@typescript-eslint/parser": "^4.8.2"
|
|
}
|
|
}
|