moysklad-extension-queue
Version:
Очередь http запросов (расширение для библиотеки moysklad)
38 lines (37 loc) • 1.08 kB
JSON
{
"name": "moysklad-extension-queue",
"version": "0.2.1",
"description": "Очередь http запросов (расширение для библиотеки moysklad)",
"main": "lib/index.js",
"files": [
"lib"
],
"scripts": {
"lint": "eslint src",
"clean": "rm -rf lib || :",
"transpile": "npm run clean && cp -rf src lib && babel --out-dir lib ./src",
"test": "blue-tape -r dotenv/config -r isomorphic-fetch lib/**/__tests__/*.test.js | tap-spec",
"build": "npm run lint && npm run transpile && npm run test"
},
"repository": {
"type": "git",
"url": "https://github.com/wmakeev/moysklad-tools/tree/master/packages/moysklad-extension-queue"
},
"keywords": [
"moysklad",
"tools",
"extension"
],
"dependencies": {
"stampit": "^4.0.2"
},
"author": "Vitaliy V. Makeev",
"license": "MIT",
"devDependencies": {
"@webpack-cli/init": "^1.0.3",
"babel-plugin-syntax-dynamic-import": "^6.18.0",
"terser-webpack-plugin": "^5.0.3",
"webpack": "^5.4.0",
"webpack-cli": "^4.2.0"
}
}