pisces-data-structure
Version:
38 lines (37 loc) • 850 B
JSON
{
"name": "pisces-data-structure",
"version": "1.0.3",
"description": "",
"main": "index.ts",
"scripts": {
"serve": "webpack serve --config ./config/webpack.dev.config.js",
"build": "webpack --config ./config/webpack.prod.config.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"typescript",
"data-structure",
"list",
"stack",
"queue",
"linkedList",
"heap",
"hashTable",
"graph",
"tree"
],
"author": "blackraven1994",
"license": "MIT",
"devDependencies": {
"@types/webpack-env": "^1.18.0",
"eslint": "^8.36.0",
"ts-loader": "^9.4.2",
"typescript": "^5.0.2",
"webpack": "^5.76.2",
"webpack-cli": "^5.0.1",
"webpack-dev-server": "^4.12.0",
"webpack-merge": "^5.8.0"
},
"dependencies": {},
"types": "index.d.ts"
}