forked from openinula/inula
72 lines
2.0 KiB
JSON
72 lines
2.0 KiB
JSON
{
|
|
"name": "inula-request",
|
|
"version": "0.0.9",
|
|
"description": "Inula-request brings you a convenient request experience!",
|
|
"main": "./dist/inulaRequest.js",
|
|
"scripts": {
|
|
"test": "jest --config jest.config.cjs",
|
|
"buildExample": "rollup -c rollup.config.example.js --bundleConfigAsCjs",
|
|
"build": "rollup -c rollup.config.js --bundleConfigAsCjs",
|
|
"useIRExample": "webpack serve --config webpack.useIR.config.js --mode development",
|
|
"server": "nodemon .\\examples\\server\\serverTest.mjs"
|
|
},
|
|
"files": [
|
|
"/dist",
|
|
"README.md",
|
|
"CHANGELOG.md"
|
|
],
|
|
"types": "./dist/index.d.ts",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": ""
|
|
},
|
|
"keywords": [
|
|
"inula-request"
|
|
],
|
|
"author": "",
|
|
"license": "MulanPSL2",
|
|
"devDependencies": {
|
|
"@babel/core": "^7.21.8",
|
|
"@babel/preset-env": "^7.21.5",
|
|
"@babel/preset-react": "^7.9.4",
|
|
"@babel/preset-typescript": "^7.21.4",
|
|
"@rollup/plugin-commonjs": "^19.0.0",
|
|
"@types/jest": "^29.2.5",
|
|
"@types/react": "^17.0.34",
|
|
"@typescript-eslint/eslint-plugin": "^5.48.1",
|
|
"@typescript-eslint/parser": "^5.48.1",
|
|
"babel-jest": "^20.0.3",
|
|
"babel-loader": "^9.1.0",
|
|
"body-parser": "^1.20.2",
|
|
"core-js": "3.32.1",
|
|
"cors": "^2.8.5",
|
|
"eslint": "^8.31.0",
|
|
"express": "^4.18.2",
|
|
"html-webpack-plugin": "^5.5.3",
|
|
"jest": "^29.3.1",
|
|
"jest-environment-jsdom": "^29.4.1",
|
|
"jsdom": "^22.0.0",
|
|
"nodemon": "^2.0.22",
|
|
"prettier": "^2.6.2",
|
|
"rollup": "^3.20.2",
|
|
"rollup-plugin-commonjs": "^10.1.0",
|
|
"rollup-plugin-node-resolve": "^5.2.0",
|
|
"rollup-plugin-terser": "^7.0.2",
|
|
"rollup-plugin-typescript2": "^0.34.1",
|
|
"ts-jest": "^29.0.4",
|
|
"ts-loader": "^9.4.2",
|
|
"ts-node": "^10.9.1",
|
|
"tslib": "^2.5.0",
|
|
"typescript": "^4.9.4",
|
|
"webpack": "^5.81.0",
|
|
"webpack-cli": "^5.0.2",
|
|
"webpack-dev-server": "^4.13.3"
|
|
},
|
|
"peerDependencies": {
|
|
"openinula": ">=0.1.1"
|
|
},
|
|
"exclude": [
|
|
"node_modules"
|
|
]
|
|
}
|