-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
44 lines (44 loc) · 1.27 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
{
"name": "door-listener",
"version": "0.0.0",
"types": "build",
"deploy": "build",
"entry": "src/index.ts",
"main": "build/index.js",
"repository": {
"type": "git",
"url": "https://github.com/wongnai/door-listener.git"
},
"homepage": "https://github.com/wongnai/door-listener#readme",
"license": "MIT",
"scripts": {
"build": "rollup -c",
"lint": "eslint --ext .ts,.js --quiet",
"test": "jest --coverage"
},
"devDependencies": {
"@rollup/plugin-commonjs": "19.0.0",
"@rollup/plugin-json": "4.1.0",
"@rollup/plugin-node-resolve": "13.0.0",
"@rollup/plugin-typescript": "8.2.1",
"@types/jest": "27.0.2",
"@types/node": "15.12.1",
"@types/qs": "6.9.7",
"eslint": "7.28.0",
"eslint-config-standard": "16.0.3",
"husky": "6.0.0",
"jest": "27.3.1",
"lint-staged": "11.0.0",
"prettier": "2.3.1",
"rollup": "2.51.0",
"rollup-plugin-cleaner": "1.0.0",
"rollup-plugin-includepaths": "0.2.4",
"rollup-plugin-visualizer": "5.5.0",
"semantic-release": "21.0.0",
"ts-jest": "27.0.7",
"typescript": "4.4.4"
},
"release": {
"branches": ["main"]
}
}