You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
21 lines
525 B
21 lines
525 B
5 years ago
|
{
|
||
|
"name": "epdc-resident-mp-js",
|
||
|
"version": "1.0.0",
|
||
|
"description": "e锦水小程序-居民端",
|
||
|
"main": "app.js",
|
||
|
"scripts": {
|
||
|
"init": "./node_modules/.bin/eslint --init",
|
||
|
"lint": "./node_modules/.bin/eslint --fix app.js api utils pages subpages components"
|
||
|
},
|
||
|
"repository": {
|
||
|
"type": "git",
|
||
|
"url": "http://lihenian@121.42.41.42:7070/r/epdc-resident-mp-js.git"
|
||
|
},
|
||
|
"author": "lihenian",
|
||
|
"license": "ISC",
|
||
|
"devDependencies": {
|
||
|
"babel-eslint": "^10.1.0",
|
||
|
"eslint": "^7.3.1"
|
||
|
}
|
||
|
}
|