Newer
Older
"private": true,
"description": "Small description for papermerge goes here",
"repository": "",
"license": "Apache 2.0",
"author": "Eugen Ciur <eugen@papermerge.com>",
"directories": {
"doc": "doc",
"test": "tests"
},
"scripts": {
"build": "ember build --environment=production",
"lint": "npm-run-all --aggregate-output --continue-on-error --parallel \"lint:!(fix)\"",
"lint:fix": "npm-run-all --aggregate-output --continue-on-error --parallel lint:*:fix",
"lint:hbs": "ember-template-lint .",
"lint:hbs:fix": "ember-template-lint . --fix",
"lint:js": "eslint . --cache",
"lint:js:fix": "eslint . --fix",
"start": "ember serve",
"test": "npm-run-all lint test:*",
"test:ember": "ember test"
},
"@glimmer/component": "^1.0.4",
"@glimmer/tracking": "^1.0.4",
"ember-bootstrap-icons": "0.0.1",
"ember-cli": "^4.1.0",
"ember-cli-mirage": "^2.2.0",
"ember-cli-sri": "^2.1.1",
"ember-cli-terser": "^4.0.2",
"ember-export-application-global": "^2.0.1",
"ember-fetch": "^8.1.1",
"ember-load-initializers": "^2.1.2",
"eslint": "^7.32.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-qunit": "^7.2.0",
"loader.js": "^4.7.0",
"npm-run-all": "^4.1.5",
},
"engines": {
"node": "12.* || 14.* || >= 16"
},
"ember": {
"edition": "octane"