chore: init
This commit is contained in:
commit
acb41dd4bf
18 changed files with 3056 additions and 0 deletions
37
package.json
Normal file
37
package.json
Normal file
|
|
@ -0,0 +1,37 @@
|
|||
{
|
||||
"name": "nlk",
|
||||
"version": "0.1.0",
|
||||
"description": "Node Launcher Kit",
|
||||
"main": "dist/index.js",
|
||||
"types": "dist/index.d.ts",
|
||||
"type": "module",
|
||||
"exports": {
|
||||
".": {
|
||||
"import": "./dist/index.js",
|
||||
"require": "./dist/index.cjs"
|
||||
}
|
||||
},
|
||||
"scripts": {
|
||||
"build": "tsup",
|
||||
"test": "tsup && vitest --run"
|
||||
},
|
||||
"keywords": [],
|
||||
"author": "HerozDotExe",
|
||||
"license": "MIT",
|
||||
"packageManager": "pnpm@10.17.1",
|
||||
"devDependencies": {
|
||||
"@eslint/js": "^9.36.0",
|
||||
"@types/node": "^24.5.2",
|
||||
"eslint": "^9.36.0",
|
||||
"eslint-config-prettier": "^10.1.8",
|
||||
"globals": "^16.4.0",
|
||||
"prettier": "3.6.2",
|
||||
"tsup": "^8.5.0",
|
||||
"typescript-eslint": "^8.44.1",
|
||||
"vitest": "^3.2.4"
|
||||
},
|
||||
"dependencies": {
|
||||
"p-limit": "^7.1.1",
|
||||
"p-queue": "^8.1.1"
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue