2020-11-19 04:59:12 +00:00
|
|
|
{
|
|
|
|
"name": "godot",
|
|
|
|
"private": true,
|
|
|
|
"version": "1.0.0",
|
2022-08-28 18:27:45 +00:00
|
|
|
"description": "Development and linting setup for Godot's Web platform code",
|
2024-05-12 02:16:02 +00:00
|
|
|
"author": "Godot Engine contributors",
|
|
|
|
"license": "MIT",
|
2020-11-19 04:59:12 +00:00
|
|
|
"scripts": {
|
2022-09-17 08:16:34 +00:00
|
|
|
"docs": "jsdoc --template js/jsdoc2rst/ js/engine/engine.js js/engine/config.js js/engine/features.js --destination ''",
|
2024-05-12 02:16:02 +00:00
|
|
|
"lint": "cd ../.. && eslint --no-config-lookup --config ./platform/web/eslint.config.cjs ./platform/web/js ./modules ./misc/dist/html",
|
|
|
|
"format": "npm run lint -- --fix"
|
2020-11-19 04:59:12 +00:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2024-05-12 02:16:02 +00:00
|
|
|
"@eslint/js": "^9.3.0",
|
|
|
|
"@html-eslint/eslint-plugin": "^0.24.1",
|
|
|
|
"@html-eslint/parser": "^0.24.1",
|
|
|
|
"@stylistic/eslint-plugin": "^2.1.0",
|
|
|
|
"eslint": "^9.3.0",
|
|
|
|
"eslint-plugin-html": "^8.1.1",
|
|
|
|
"espree": "^10.0.1",
|
|
|
|
"globals": "^15.3.0",
|
|
|
|
"jsdoc": "^4.0.3"
|
2020-11-19 04:59:12 +00:00
|
|
|
}
|
|
|
|
}
|