mirror of
https://github.com/godotengine/godot.git
synced 2024-11-22 04:06:14 +00:00
25 lines
841 B
JSON
25 lines
841 B
JSON
{
|
|
"name": "godot",
|
|
"private": true,
|
|
"version": "1.0.0",
|
|
"description": "Development and linting setup for Godot's Web platform code",
|
|
"author": "Godot Engine contributors",
|
|
"license": "MIT",
|
|
"scripts": {
|
|
"docs": "jsdoc --template js/jsdoc2rst/ js/engine/engine.js js/engine/config.js js/engine/features.js --destination ''",
|
|
"lint": "cd ../.. && eslint --no-config-lookup --config ./platform/web/eslint.config.cjs ./platform/web/js ./modules ./misc/dist/html",
|
|
"format": "npm run lint -- --fix"
|
|
},
|
|
"devDependencies": {
|
|
"@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"
|
|
}
|
|
}
|