-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
41 lines (41 loc) · 1.07 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
{
"name": "emdr",
"version": "1.0.0",
"description": "EMDR light bar application.",
"main": "index.js",
"scripts": {
"build": "tsc && grunt",
"lint": "eslint -c .eslintrc --ext .ts ./src"
},
"repository": {
"type": "git",
"url": "git+https://github.com/MaxAFriedrich/EMDR.git"
},
"keywords": [
"emdr",
"emdr-resources"
],
"author": "Max Friedrich",
"license": "MIT",
"bugs": {
"url": "https://github.com/MaxAFriedrich/EMDR/issues"
},
"homepage": "https://github.com/MaxAFriedrich/EMDR#readme",
"devDependencies": {
"@babel/core": "^7.24.9",
"@babel/preset-env": "^7.24.8",
"@types/jquery": "^3.5.11",
"@typescript-eslint/eslint-plugin": "^5.8.0",
"@typescript-eslint/parser": "^5.8.0",
"babelify": "^10.0.0",
"eslint": "^8.5.0",
"grunt": "^1.6.1",
"grunt-browserify": "^6.0.0",
"grunt-contrib-clean": "^2.0.1",
"grunt-contrib-copy": "^1.0.0",
"grunt-contrib-cssmin": "^5.0.0",
"grunt-contrib-htmlmin": "^3.1.0",
"grunt-contrib-uglify": "^5.0.1",
"typescript": "^4.5.4"
}
}