Files
third_party_jsframework/mock-generate/package.json
T

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"
}
}