Files
discord-clone/node_modules/listhen/package.json
2023-01-03 09:29:04 -06:00

51 lines
1.2 KiB
JSON

{
"name": "listhen",
"version": "1.0.1",
"description": "",
"repository": "unjs/listhen",
"license": "MIT",
"exports": {
".": {
"import": "./dist/index.mjs",
"require": "./dist/index.cjs",
"types": "./dist/index.d.ts"
}
},
"main": "./dist/index.mjs",
"types": "./dist/index.d.ts",
"files": [
"dist",
"lib"
],
"dependencies": {
"clipboardy": "^3.0.0",
"colorette": "^2.0.19",
"defu": "^6.1.1",
"get-port-please": "^2.6.1",
"http-shutdown": "^1.2.2",
"ip-regex": "^5.0.0",
"node-forge": "^1.3.1",
"ufo": "^1.0.0"
},
"devDependencies": {
"@types/node": "^18.11.9",
"@types/node-forge": "^1.3.1",
"@vitest/coverage-c8": "^0.25.3",
"eslint": "^8.28.0",
"eslint-config-unjs": "^0.0.2",
"jiti": "^1.16.0",
"standard-version": "^9.5.0",
"typescript": "^4.9.3",
"unbuild": "^1.0.1",
"vitest": "^0.25.3"
},
"packageManager": "pnpm@7.17.1",
"scripts": {
"build": "unbuild",
"dev": "vitest",
"lint": "eslint --ext .ts .",
"play": "jiti test/fixture/app",
"release": "pnpm test && pnpm build && standard-version && git push --follow-tags && pnpm publish",
"test": "pnpm lint && vitest run --coverage"
}
}