-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
48 lines (48 loc) · 1.15 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
37
38
39
40
41
42
43
44
45
46
47
48
{
"name": "extra-sleep",
"version": "1.0.11",
"description": "Sleep for specified time.",
"main": "index.js",
"module": "index.mjs",
"preferGlobal": true,
"sideEffects": false,
"bin": {
"extra-sleep": "index.js",
"esleep": "index.js"
},
"exports": {
"require": "./index.js",
"import": "./index.mjs"
},
"scripts": {
"test": "jest",
"build": "node ./build",
"publish-docs": "node ./build publish-docs",
"publish-packages": "node ./build publish-packages"
},
"keywords": [
"extra",
"sleep"
],
"author": "[email protected]",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/nodef/extra-sleep.git"
},
"bugs": {
"url": "https://github.com/nodef/extra-sleep/issues"
},
"homepage": "https://github.com/nodef/extra-sleep#readme",
"devDependencies": {
"@rollup/plugin-commonjs": "^24.0.1",
"@rollup/plugin-node-resolve": "^15.0.2",
"@types/jest": "^29.5.0",
"@types/node": "^18.15.11",
"extra-build": "^2.2.41",
"jest": "^29.5.0",
"rollup-plugin-cleanup": "^3.2.1",
"rollup-plugin-dts": "^5.3.0",
"ts-jest": "^29.1.0"
}
}