24 lines
435 B
JSON
24 lines
435 B
JSON
{
|
|
"name": "photo-viewer",
|
|
"version": "1.0.0",
|
|
"description": "Xiaomi Vela JS 照片查看器应用",
|
|
"main": "build.js",
|
|
"scripts": {
|
|
"build": "node build.js",
|
|
"build:release": "node build.js --release",
|
|
"start": "npx aiot start"
|
|
},
|
|
"dependencies": {
|
|
"aiot-toolkit": "^2.0.5"
|
|
},
|
|
"keywords": [
|
|
"xiaomi",
|
|
"vela",
|
|
"js",
|
|
"app",
|
|
"photo-viewer"
|
|
],
|
|
"author": "",
|
|
"license": "MIT"
|
|
}
|