mirror of
https://github.com/J3vb/OwnCord.git
synced 2026-09-03 03:50:00 +03:00
14 lines
394 B
JSON
14 lines
394 B
JSON
{
|
|
"name": "owncord-project-map",
|
|
"version": "1.0.0",
|
|
"private": true,
|
|
"type": "module",
|
|
"description": "Project map generator for OwnCord — completeness, testing, priorities",
|
|
"scripts": {
|
|
"map": "node index.mjs",
|
|
"map:quick": "node index.mjs --quick",
|
|
"map:research": "node index.mjs --research",
|
|
"test": "node --test --test-concurrency=1 tests/*.test.mjs"
|
|
}
|
|
}
|