-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 873 Bytes
/
Copy pathpackage.json
File metadata and controls
37 lines (37 loc) · 873 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
32
33
34
35
36
37
{
"name": "Doge阅读",
"appid": "8001145141919811",
"version": "1.1.2",
"description": "一款为有道词典笔 OS 设计的第三方阅读器程序",
"icon": "app_icon.png",
"quickjs": {
"version": "20200705",
"bigNum": false
},
"simulator": {
"path": "",
"page": ""
},
"single-js-bundle": false,
"scripts": {
"start": "aiot-cli preview",
"build": "aiot-cli -p",
"build:dev": "aiot-cli",
"build:bin": "aiot-cli -q -p",
"build:prod": "aiot-cli -c -q -p",
"build:bin-nopack": "aiot-cli -q",
"build:web": "aiot-cli build-web",
"build:simulator": "aiot-cli simulator ./",
"upload": "aiot-cli upload -n",
"check": "aiot-cli check",
"check:beta": "aiot-cli check -b"
},
"keywords": [
"iot",
"miniapp"
],
"devDependencies": {},
"dependencies": {
"falcon-ui": "^2.0.2"
}
}