vdi-ngify-http
Version:
vdi plugin for ngify-http
43 lines • 1.08 kB
JSON
{
"name": "vdi-ngify-http",
"version": "0.1.1",
"description": "vdi plugin for ngify-http",
"private": false,
"main": "dist/@vdi-plugin-ngify-http.cjs.js",
"module": "dist/@vdi-plugin-ngify-http.es.js",
"types": "dist/types/index.d.ts",
"exports": {
".": {
"import": "./dist/@vdi-plugin-ngify-http.es.js",
"require": "./dist/@vdi-plugin-ngify-http.cjs.js"
}
},
"files": [
"dist",
"package.json"
],
"keywords": [
"vdi-module",
"vdi"
],
"author": "JinghuiS",
"homepage": "https://github.com/JinghuiS/vdi-plugin/tree/main/packages/ngify-http",
"repository": {
"type": "git",
"url": "https://github.com/JinghuiS/vdi-plugin"
},
"bugs": {
"url": "https://github.com/JinghuiS/vdi-plugin/issues",
"email": "1292077619@qq.com"
},
"license": "MIT",
"dependencies": {
"@ngify/http": "^1.2.1",
"rxjs": "^7.5.5"
},
"scripts": {
"dev": "vite",
"build": "vite build && rimraf types && tsc --build tsconfig-build.json",
"test": "echo \"Error: no test specified\" && exit 1"
}
}