-
-
Notifications
You must be signed in to change notification settings - Fork 18
/
package.json
34 lines (34 loc) · 852 Bytes
/
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
{
"name": "@betahuhn/feedback-js",
"version": "2.1.25",
"description": "Simple self-hosted feedback modal for any website",
"main": "dist/feedback-js.min.js",
"scripts": {
"lint": "eslint ./src/",
"watch": "watch 'npm run build' ./src/ --interval=1",
"build": "node build.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/BetaHuhn/feedback-js.git"
},
"author": "Maximilian Schiller <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/BetaHuhn/feedback-js/issues"
},
"homepage": "https://github.com/BetaHuhn/feedback-js#readme",
"files": [
"dist",
"src"
],
"devDependencies": {
"@betahuhn/config": "^1.1.0",
"eslint": "^7.29.0",
"rosid-handler-js": "^13.0.0",
"watch": "^1.0.2"
},
"publishConfig": {
"access": "public"
}
}