gulp-path-alias
Version:
71 lines (70 loc) • 1.64 kB
JSON
{
"name": "gulp-path-alias",
"version": "1.2.1",
"description": "path alias",
"main": "lib/index.js",
"scripts": {
"test": "ava",
"build": "rimraf lib && tsc",
"release-major": "npm run build && standard-version --release-as major",
"release-minor": "npm run build && standard-version --release-as minor",
"release": "npm run build && standard-version --release-as patch"
},
"repository": {
"type": "git",
"url": "git+https://github.com/CryUshio/gulp-path-alias.git"
},
"keywords": [
"gulp",
"gulpplugin",
"alias",
"path",
"replace",
"别名",
"路径",
"替换"
],
"author": {
"name": "CryUshio",
"email": "1151291182@qq.com",
"url": "https://github.com/CryUshio"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/CryUshio/gulp-path-alias/issues"
},
"homepage": "https://github.com/CryUshio/gulp-path-alias#readme",
"engines": {
"node": ">=8"
},
"files": [
"lib/index.js",
"lib/index.d.ts",
"README.md",
"LICENSE",
"CHANGELOG.md"
],
"husky": {
"hooks": {
"pre-commit": "npm run test"
}
},
"devDependencies": {
"@types/node": "^14.14.19",
"@types/replacestream": "^4.0.0",
"@types/through2": "^2.0.36",
"@typescript-eslint/eslint-plugin": "^4.11.1",
"@typescript-eslint/parser": "^4.11.1",
"ava": "^3.13.0",
"eslint": "^7.18.0",
"gulp": "^4.0.2",
"husky": "^4.3.7",
"rimraf": "^3.0.2",
"standard-version": "^9.1.0",
"typescript": "^4.1.3"
},
"dependencies": {
"replacestream": "^4.0.3",
"slash": "^3.0.0"
}
}