@j2inn/app
Version:
J2 Innovations core application framework
49 lines (48 loc) • 1.21 kB
JSON
{
"name": "@j2inn/app",
"version": "6.0.0",
"description": "J2 Innovations core application framework",
"author": "Gareth Johnson",
"license": "ISC",
"main": "dist/index.js",
"keywords": [
"j2",
"app",
"typescript"
],
"files": [
"dist/**/*"
],
"scripts": {
"checktypes": "tsc --noEmit",
"build": "npm run build:clean && tsc",
"build:clean": "rimraf ./dist",
"format": "prettier-eslint \"src/**/*.ts\" --write",
"lint": "eslint --fix --max-warnings=0 --ext ts,js src/",
"prepack": "npm run build",
"test": "npm run lint && npm run checktypes && jest",
"doc": "typedoc"
},
"devDependencies": {
"@types/jest": "^29.0.3",
"@typescript-eslint/eslint-plugin": "^5.38.0",
"@typescript-eslint/parser": "^5.38.0",
"eslint": "^8.23.1",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-prettier": "^4.2.1",
"jest": "^29.0.3",
"jest-environment-jsdom": "^29.0.3",
"prettier": "^2.7.1",
"prettier-eslint": "^15.0.1",
"prettier-eslint-cli": "^7.1.0",
"rimraf": "^3.0.2",
"ts-jest": "^29.0.1",
"typedoc": "^0.23.15",
"typescript": "^4.8.3"
},
"peerDependencies": {
"@j2inn/i18n": "^1.0.0",
"haystack-core": "^3.0.5",
"haystack-nclient": "^4.0.3"
}
}