33 lines
778 B
JSON
33 lines
778 B
JSON
{
|
|
"name": "andatoshiki",
|
|
"version": "0.0.1",
|
|
"main": "scripts/index.js",
|
|
"repository": "git@github.com:andatoshiki/andatoshiki.git",
|
|
"author": "Anda Toshiki <hello@toshiki.dev>",
|
|
"license": "UNLICENSED",
|
|
"config": {
|
|
"GITHUB_UID": "andatoshiki",
|
|
"NPM_UID": "andatoshiki"
|
|
},
|
|
"scripts": {
|
|
"prepare": "husky install",
|
|
"generate:metadata": "node scripts/index.js",
|
|
"lint": "prettier --write .",
|
|
"generate": "node main.js"
|
|
},
|
|
"devDependencies": {
|
|
"dotenv": "^16.0.3",
|
|
"lodash": "^4.17.21",
|
|
"nodemon": "^2.0.15",
|
|
"prettier": "^2.3.2",
|
|
"signale": "^1.4.0",
|
|
"wakatime-client": "^2.7.0",
|
|
"xml2js": "^0.4.23"
|
|
},
|
|
"dependencies": {
|
|
"axios": "^1.3.4",
|
|
"husky": "^8.0.3",
|
|
"simple-icons": "^6.7.0"
|
|
}
|
|
}
|