加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
package.json 1.38 KB
一键复制 编辑 原始数据 按行查看 历史
Surmon 提交于 2020-03-28 22:49 . chore(release): 0.3.4
{
"name": "wonderful-bing-wallpaper",
"version": "0.3.4",
"description": "Simple bing daily wallpaper API lib for node.js",
"keywords": [
"bing",
"bing wallpaper",
"bing wallpaper api",
"daily-wallpaper",
"bing-daily-wallpaper",
"wonderful-bing-daily-wallpaper"
],
"author": {
"name": "Surmon",
"email": "surmon@foxmail.com",
"url": "https://github.com/surmon-china"
},
"bugs": {
"url": "https://github.com/surmon-china/wonderful-bing-wallpaper/issues"
},
"homepage": "https://github.com/surmon-china/wonderful-bing-wallpaper#readme",
"repository": {
"type": "git",
"url": "https://github.com/surmon-china/wonderful-bing-wallpaper.git"
},
"main": "dist/bing.cjs.js",
"module": "dist/bing.esm.js",
"files": [
"src",
"dist",
"types"
],
"types": "types/bing.d.ts",
"scripts": {
"dev": "node dev/index.js",
"cleanup": "rm -rf ./dist/* && rm -rf ./types/*",
"build": "npm run cleanup && abc build",
"lint": "abc lint --ext .ts,.js src test",
"test": "abc test",
"rebirth": "npm run lint && npm run test && npm run build",
"release": ". ./scripts/release.sh"
},
"private": false,
"license": "MIT",
"devDependencies": {
"@surmon-china/abc-factory": "^0.3.2",
"@types/node": "^12.12.31",
"@types/xml2js": "^0.4.5",
"typescript": "^3.8.3",
"xml2js": "^0.4.23"
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化