68 lines
1.8 KiB
JSON
68 lines
1.8 KiB
JSON
{
|
|
"private": true,
|
|
"name": "foundry-factory-demo-gitlab",
|
|
"description": "",
|
|
"license": "",
|
|
"homepage": "",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": ""
|
|
},
|
|
"bugs": {
|
|
"url": ""
|
|
},
|
|
"contributors": [
|
|
{
|
|
"name": "",
|
|
"email": ""
|
|
}
|
|
],
|
|
"type": "module",
|
|
"scripts": {
|
|
"build": "gulp build",
|
|
"build:watch": "gulp watch",
|
|
"link-project": "gulp link",
|
|
"clean": "gulp clean",
|
|
"clean:link": "gulp link --clean",
|
|
"typecheck": "tsc --noEmit",
|
|
"lint": "eslint --ext .ts,.js,.cjs .",
|
|
"lint:fix": "eslint --ext .ts,.js,.cjs --fix .",
|
|
"format": "prettier --write \"./**/*.(ts|js|cjs|json|yml|scss)\"",
|
|
"test": "jest",
|
|
"test:watch": "jest --watch",
|
|
"test:ci": "jest --ci --reporters=default --reporters=jest-junit",
|
|
"postinstall": "husky install"
|
|
},
|
|
"devDependencies": {
|
|
"@league-of-foundry-developers/foundry-vtt-types": "^9.249.2",
|
|
"@rollup/plugin-node-resolve": "^13.1.3",
|
|
"@rollup/plugin-typescript": "^8.3.0",
|
|
"@rollup/stream": "^2.0.0",
|
|
"@types/jest": "^27.4.0",
|
|
"@typescript-eslint/eslint-plugin": "^5.12.0",
|
|
"@typescript-eslint/parser": "^5.12.0",
|
|
"eslint": "^8.9.0",
|
|
"eslint-config-prettier": "^8.3.0",
|
|
"eslint-plugin-jest": "^26.1.0",
|
|
"eslint-plugin-prettier": "^4.0.0",
|
|
"fs-extra": "^10.0.0",
|
|
"gulp": "^4.0.2",
|
|
"gulp-dart-sass": "^1.0.2",
|
|
"gulp-sourcemaps": "^3.0.0",
|
|
"husky": "^7.0.4",
|
|
"jest": "^27.5.1",
|
|
"jest-junit": "^13.0.0",
|
|
"lint-staged": "^12.3.4",
|
|
"prettier": "^2.5.1",
|
|
"rollup": "^2.67.2",
|
|
"ts-jest": "^27.1.3",
|
|
"typescript": "^4.5.5",
|
|
"vinyl-buffer": "^1.0.1",
|
|
"vinyl-source-stream": "^2.0.0",
|
|
"yargs": "^17.3.1"
|
|
},
|
|
"lint-staged": {
|
|
"*.(ts|js|cjs)": "eslint --fix",
|
|
"*.(json|yml|scss)": "prettier --write"
|
|
}
|
|
}
|