mirror of
https://github.com/thinkonmay/sunshine-sdk.git
synced 2026-08-07 11:22:32 +00:00
22 lines
502 B
JSON
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"
|
|
}
|
|
}
|