Commit 982509d6 authored by Sophia's avatar Sophia

remove redundant modules

parent b083ed43
Pipeline #6262 failed with stages
{ {
"name": "srvpro-types", "name": "srvpro-types",
"version": "0.0.1", "version": "0.0.1",
"description": "type definition for srvpro https://github.com/mycard/srvpro", "description": "type definition for srvpro https://github.com/mycard/srvpro",
"main": "index.js", "main": "index.js",
"repository": "git@git.mycard.moe:async3619/srvpro-types.git", "repository": "git@git.mycard.moe:async3619/srvpro-types.git",
"author": "Sophia <beyondthesophia@gmail.com>", "author": "Sophia <beyondthesophia@gmail.com>",
"license": "MIT", "license": "MIT",
"types": "./index.d.ts", "types": "./index.d.ts",
"devDependencies": { "devDependencies": {
"@types/node": "^16.11.0", "@types/node": "^16.11.0",
"@typescript-eslint/eslint-plugin": "^5.0.0", "@typescript-eslint/eslint-plugin": "^5.0.0",
"@typescript-eslint/parser": "^5.0.0", "@typescript-eslint/parser": "^5.0.0",
"eslint": "^8.0.1", "eslint": "^8.0.1",
"eslint-config-prettier": "^8.3.0", "eslint-config-prettier": "^8.3.0",
"eslint-plugin-import": "^2.25.2", "eslint-plugin-import": "^2.25.2",
"eslint-plugin-prettier": "^4.0.0", "eslint-plugin-prettier": "^4.0.0",
"prettier": "^2.4.1", "prettier": "^2.4.1",
"type-fest": "^2.5.0", "typescript": "^4.4.4"
"typescript": "^4.4.4" }
}
} }
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment