abbott-methods
Version:
abbott,methods,method,functions,function
51 lines (50 loc) • 1.48 kB
JSON
{
"$schema": "https://json.schemastore.org/jsconfig",
"name": "abbott-methods",
"version": "1.0.51",
"main": "src/index.ts",
"scripts": {
"pro": "rollup -c",
"build": "rollup -c",
"test": "jest --no-cache",
"rm": "rimraf dist node_modules",
"clean": "git config --global core.autocrlf true",
"huawei": "pnpm config set registry https://mirrors.huaweicloud.com/repository/npm/",
"ali": "pnpm config set registry https://registry.npmmirror.com",
"npm": "pnpm config set registry https://registry.npmjs.org"
},
"keywords": [
"abbott",
"methods",
"method",
"function",
"functions"
],
"description": "abbott,methods,method,functions,function",
"author": "abbott",
"license": "MIT",
"homepage": "https://gitee.com/aenuen/abbott-methods-a1/blob/master/README.md",
"repository": {
"type": "git",
"url": "https://gitee.com/aenuen/abbott-methods-a1"
},
"bugs": {
"url": "https://gitee.com/aenuen/abbott-methods-a1/issues"
},
"devDependencies": {
"@babel/core": "^7.18.5",
"@babel/preset-env": "^7.18.2",
"@babel/preset-typescript": "^7.17.12",
"@types/jest": "^28.1.2",
"@types/node": "^22.10.1",
"jest": "^28.1.1",
"rimraf": "^3.0.2",
"rollup": "^2.75.7",
"rollup-plugin-sourcemaps": "^0.6.3",
"rollup-plugin-terser": "^7.0.2",
"rollup-plugin-typescript": "^1.0.1",
"ts-jest": "^28.0.5",
"tslib": "^2.4.0",
"typescript": "^4.7.4"
}
}