加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
package.json 1.25 KB
一键复制 编辑 原始数据 按行查看 历史
向成军 提交于 2022-11-20 02:41 . build: 升级 scriptable 类型依赖
{
"name": "scriptable-scripts",
"version": "1.0.1",
"description": "Development template and some scripts used for the iOS app [Scriptable](https://scriptable.app/).",
"main": "src",
"scripts": {
"dev": "rollup --config --watch --environment NODE_ENV:development",
"build": "rollup --config",
"clean": "rm -rf ./dist/*",
"prebuild": "npm run clean",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Honye/scriptable-scripts.git"
},
"keywords": [
"scriptable",
"scripts"
],
"author": "Honye",
"license": "MIT",
"bugs": {
"url": "https://github.com/Honye/scriptable-scripts/issues"
},
"homepage": "https://github.com/Honye/scriptable-scripts#readme",
"devDependencies": {
"@babel/core": "^7.14.0",
"@babel/eslint-parser": "^7.13.14",
"@babel/plugin-syntax-top-level-await": "^7.12.13",
"@types/node": "^17.0.23",
"@types/scriptable-ios": "^1.7.0",
"eslint": "^7.26.0",
"eslint-config-standard": "^16.0.2",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^4.3.1",
"glob": "^7.2.0",
"rollup": "^2.45.2",
"rollup-plugin-serve": "^1.1.0"
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化