yg-tools
Version:
some convenient APIs and Methods for Youngon
42 lines (41 loc) • 1.15 kB
JSON
{
"name": "yg-tools",
"version": "1.0.14",
"description": "some convenient APIs and Methods for Youngon",
"main": "lib/index.js",
"files": [
"lib"
],
"scripts": {
"lint": "./node_modules/.bin/eslint -c ./.eslintrc.js --ext .ts,.tsx src/",
"lint:fix": "./node_modules/.bin/eslint -c ./.eslintrc.js --ext .js,.jsx,.ts,.tsx src/ --fix",
"prebuild": "yarn lint",
"build": "rimraf lib && ./node_modules/.bin/tsc --project tsconfig.json",
"prepublishOnly": "yarn build"
},
"keywords": [
"Youngon",
"tools",
"yg",
"utils",
"api"
],
"author": "w-xuefeng",
"license": "MIT",
"bugs": {
"url": "https://gitlab.com/youngon/yg-tools/issues"
},
"homepage": "https://gitlab.com/youngon/yg-tools#readme",
"devDependencies": {
"@types/node": "^16.7.2",
"@typescript-eslint/eslint-plugin": "^4.29.3",
"@typescript-eslint/parser": "^4.29.3",
"eslint": "^7.32.0",
"eslint-config-standard": "^16.0.3",
"eslint-plugin-import": "^2.24.2",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^5.1.0",
"rimraf": "^3.0.2",
"typescript": "4.3.5"
}
}