-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (36 loc) · 1.01 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
{
"name": "@weedzcokie/scheduler",
"version": "1.0.12",
"description": "",
"type": "module",
"main": "dist/main.js",
"files": [
"dist/main.js",
"dist/main.d.ts",
"dist/lib.js",
"dist/lib.d.ts"
],
"types": "dist/main.d.ts",
"scripts": {
"build": "rm -rf ./dist && tsc",
"prepublish": "pnpm run build"
},
"keywords": [
"scheduler"
],
"repository": {
"type": "git",
"url": "git+https://github.com/weedz/nodejs-scheduler.git"
},
"bugs": {
"url": "https://github.com/weedz/nodejs-scheduler/issues"
},
"homepage": "https://github.com/weedz/nodejs-scheduler#readme",
"author": "Linus Björklund",
"license": "MIT",
"devDependencies": {
"@types/node": "^22.5.0",
"typescript": "^5.5.4"
},
"packageManager": "[email protected]+sha512.8e4c3550fb500e808dbc30bb0ce4dd1eb614e30b1c55245f211591ec2cdf9c611cabd34e1364b42f564bd54b3945ed0f49d61d1bbf2ec9bd74b866fcdc723276"
}