@lancercomet/utils
Version:
My personal utils lib.
60 lines (59 loc) • 1.31 kB
JSON
{
"name": "@lancercomet/utils",
"version": "1.1.0",
"description": "My personal utils lib.",
"files": [
"dist/",
"README.md"
],
"author": {
"name": "LancerComet",
"email": "chw644@hotmail.com"
},
"keywords": [
"Utils",
"LancerComet"
],
"license": "Apache-2.0",
"repository": {
"type": "git",
"url": "https://github.com/LancerComet/MyWebLibs.git"
},
"scripts": {
"build": "tsc",
"test": "jest --coverage",
"prebuild": "rimraf ./dist",
"pretest": "npm run build",
"preversion": "npm run test",
"prepublish": "npm run test"
},
"dependencies": {
"qs": "^6.10.1"
},
"devDependencies": {
"@types/jest": "^27.4.1",
"@types/qs": "^6.9.7",
"@typescript-eslint/eslint-plugin": "^5.20.0",
"@typescript-eslint/parser": "^5.20.0",
"eslint": "^7.32.0",
"eslint-config-standard": "^16.0.3",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^5.1.1",
"jest": "^27.0.3",
"rimraf": "^3.0.2",
"ts-jest": "^27.0.7",
"typescript": "^4.6.3"
},
"exports": {
"./*": "./dist/*.js"
},
"typesVersions": {
"*": {
"*": [
"*",
"dist/*"
]
}
}
}