sunshine-sdk/package.json
2026-04-05 22:17:36 +07:00

22 lines
502 B
JSON

{
"name": "sunshine",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"format:prettier": "prettier --write .",
"format:cpp": "node scripts/format.js",
"format": "npm run format:prettier && npm run format:cpp"
},
"keywords": [],
"author": "",
"license": "ISC",
"type": "commonjs",
"devDependencies": {
"clang-format": "^1.8.0",
"glob": "^13.0.6",
"prettier": "^3.8.1"
}
}