27 lines
615 B
JSON
27 lines
615 B
JSON
{
|
|
"name": "breezex-bitmapper",
|
|
"version": "1.0.2",
|
|
"description": "extended KDE cursor",
|
|
"main": "index.js",
|
|
"repository": "git@github.com:ful1e5/BreezeX_Cursor.git",
|
|
"author": "Kaiz Khatri",
|
|
"license": "GPL-3.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"render": "npx ts-node src/index.ts"
|
|
},
|
|
"devDependencies": {
|
|
"@types/pixelmatch": "^5.2.2",
|
|
"@types/pngjs": "^3.4.2",
|
|
"@types/puppeteer": "^5.4.2",
|
|
"nodemon": "^2.0.7",
|
|
"ts-node": "^9.1.1",
|
|
"typescript": "^4.1.3"
|
|
},
|
|
"dependencies": {
|
|
"pixelmatch": "^5.2.1",
|
|
"pngjs": "^6.0.0",
|
|
"puppeteer": "^5.5.0"
|
|
}
|
|
}
|