types-pac
Version:
Proxy Auto-Configuration (PAC) file definition
31 lines (30 loc) • 679 B
JSON
{
"name": "types-pac",
"version": "1.0.3",
"description": "Proxy Auto-Configuration (PAC) file definition",
"keywords": [
"types",
"pac"
],
"types": "./pac.d.ts",
"publishConfig": {
"registry": "https://registry.npmjs.org"
},
"homepage": "https://github.com/dongchengjie/types-pac/",
"bugs": {
"url": "https://github.com/dongchengjie/types-pac/issues"
},
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/dongchengjie/types-pac"
},
"scripts": {
"build": "node ./bundle.mjs",
"test": "tsc --noEmit pac.ts"
},
"devDependencies": {
"dts-bundle": "^0.7.3",
"prettier": "3.3.3"
}
}