14 lines
312 B
JSON
14 lines
312 B
JSON
{
|
|
"name": "nl.h3n3b0sch.probeerprog",
|
|
"version": "1.0.0",
|
|
"main": "app.js",
|
|
"scripts": {
|
|
"lint": "eslint --ext .js,.ts --ignore-path .gitignore ."
|
|
},
|
|
"devDependencies": {
|
|
"@types/homey": "npm:homey-apps-sdk-v3-types@^0.3.5",
|
|
"eslint": "^7.32.0",
|
|
"eslint-config-athom": "^3.1.3"
|
|
}
|
|
}
|