other-queue
Version:
Queue in JavaScript
56 lines (55 loc) • 1.51 kB
JSON
{
"name": "other-queue",
"version": "1.0.0",
"description": "Queue in JavaScript",
"main": "lib/queue.js",
"scripts": {
"dev": "webpack --progress --watch --env dev",
"dev-amd": "webpack --prsogress --watch --env dev --amd",
"build": "npm test && webpack --env dev && webpack --env dev --amd && webpack --env build && webpack --env build --amd",
"test": "./node_modules/.bin/jest",
"test-watch": "./node_modules/.bin/jest --watch",
"repl": "node -i -e \"$(< ./lib/queue.js)\""
},
"repository": {
"type": "git",
"url": "https://github.com/ahadb/queue.git"
},
"keywords": [
"queue",
"linked",
"list",
"data",
"structure",
"algorithms",
"umd",
"commonjs",
"amd",
"es6",
"jest"
],
"author": "Ahad Bokhari",
"license": "MIT",
"bugs": {
"url": "https://github.com/ahadb/queue/issues"
},
"homepage": "https://github.com/ahadb/queue",
"devDependencies": {
"@babel/cli": "7.12.10",
"@babel/core": "7.12.10",
"@babel/plugin-proposal-class-properties": "7.12.1",
"@babel/preset-env": "7.12.11",
"@babel/preset-react": "7.12.10",
"@babel/preset-typescript": "7.12.7",
"babel-jest": "26.6.3",
"babel-loader": "^8.0.0-beta.4",
"babel-plugin-add-module-exports": "1.0.4",
"babel-plugin-transform-class-properties": "6.24.1",
"cross-env": "7.0.3",
"jest": "26.6.3",
"mocha": "^4.0.1",
"webpack": "5.11.0",
"webpack-cli": "4.2.0",
"yargs": "^10.0.3"
}
}