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.
35 lines
665 B
35 lines
665 B
{
|
|
"name": "1",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"main": "main.js",
|
|
"dependencies": {},
|
|
"devDependencies": {
|
|
"@types/html5plus": "^1.0.1",
|
|
"@types/uni-app": "^1.4.3"
|
|
},
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1",
|
|
"build:test": {
|
|
"title": "build:test",
|
|
"env": {
|
|
"UNI_PLATFORM": "h5",
|
|
"H_NODE_ENV": "development",
|
|
"MY_TEST": "jdsfh",
|
|
"kjdsh": "888899999"
|
|
}
|
|
},
|
|
"build:pro": {
|
|
"title": "build:pro",
|
|
"env": {
|
|
"UNI_PLATFORM": "h5",
|
|
"H_NODE_ENV": "production",
|
|
"MY_TEST": "jdsfh8888",
|
|
"kjdsh": "88889990000000"
|
|
}
|
|
}
|
|
},
|
|
"keywords": [],
|
|
"author": "",
|
|
"license": "ISC"
|
|
}
|
|
|