-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 842 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 842 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
{
"name": "smartcampus",
"version": "2.0.0",
"description": "智慧校园微信小程序 - 校园信息管理和服务平台",
"main": "app.js",
"author": "hazelian0619",
"license": "MIT",
"scripts": {
"lint": "eslint src/**/*.js",
"format": "prettier --write \"src/**/*.{js,wxml,json,wxss}\"",
"format:check": "prettier --check \"src/**/*.{js,wxml,json,wxss}\"",
"lint:fix": "eslint --fix src/**/*.js"
},
"keywords": [
"wechat",
"mini-program",
"smartcampus",
"校园",
"小程序"
],
"repository": {
"type": "git",
"url": "https://github.com/hazelian0619/SmartCampus.git"
},
"bugs": {
"url": "https://github.com/hazelian0619/SmartCampus/issues"
},
"homepage": "https://github.com/hazelian0619/SmartCampus#readme",
"devDependencies": {},
"dependencies": {}
}