client-search
Version:
客户端搜索
36 lines (35 loc) • 812 B
JSON
{
"name": "client-search",
"version": "0.4.2",
"description": "客户端搜索",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"test": "jest",
"prepublish": "yarn rollup -c"
},
"keywords": [
"搜索"
],
"author": "C 端",
"license": "MIT",
"devDependencies": {
"@types/jest": "^24.0.15",
"@types/lodash": "^4.14.136",
"@types/moment": "^2.13.0",
"@types/node": "^12.6.3",
"@types/qs": "^6.5.3",
"jest": "^24.8.0",
"rollup": "^1.17.0",
"rollup-plugin-typescript2": "^0.22.0",
"ts-jest": "^24.0.2",
"tslint": "^5.18.0",
"tslint-config-airbnb": "^5.11.1",
"tslint-config-prettier": "^1.18.0",
"typescript": "^3.5.3"
},
"dependencies": {
"helpful-decorators": "^2.0.4",
"moment": "^2.24.0"
}
}