mirror of
https://github.com/ful1e5/apple_cursor.git
synced 2025-05-19 09:45:41 -04:00
💅 2 Space format
This commit is contained in:
parent
acbdbfeefc
commit
1d73b9b61a
1 changed files with 23 additions and 24 deletions
|
@ -1,26 +1,25 @@
|
||||||
{
|
{
|
||||||
"name": "apple_cursor_bitmapper",
|
"name": "apple_cursor_bitmapper",
|
||||||
"version": "1.1.3",
|
"version": "1.1.3",
|
||||||
"main": "index.js",
|
"main": "index.js",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"watch": "nodemon --inspect src/index.ts",
|
"render": "yarn ts-node src/index.ts"
|
||||||
"render": "yarn ts-node src/index.ts"
|
},
|
||||||
},
|
"repository": "git@github.com:ful1e5/apple_cursor.git",
|
||||||
"repository": "git@github.com:ful1e5/apple_cursor.git",
|
"author": "Kaiz Khatri",
|
||||||
"author": "Kaiz Khatri",
|
"license": "GPL-3.0",
|
||||||
"license": "GPL-3.0",
|
"private": true,
|
||||||
"private": true,
|
"devDependencies": {
|
||||||
"devDependencies": {
|
"@types/pixelmatch": "^5.2.2",
|
||||||
"@types/pixelmatch": "^5.2.2",
|
"@types/pngjs": "^3.4.2",
|
||||||
"@types/pngjs": "^3.4.2",
|
"@types/puppeteer": "^5.4.2",
|
||||||
"@types/puppeteer": "^5.4.2",
|
"nodemon": "^2.0.7",
|
||||||
"nodemon": "^2.0.7",
|
"ts-node": "^9.1.1",
|
||||||
"ts-node": "^9.1.1",
|
"typescript": "^4.1.3"
|
||||||
"typescript": "^4.1.3"
|
},
|
||||||
},
|
"dependencies": {
|
||||||
"dependencies": {
|
"pixelmatch": "^5.2.1",
|
||||||
"pixelmatch": "^5.2.1",
|
"pngjs": "^6.0.0",
|
||||||
"pngjs": "^6.0.0",
|
"puppeteer": "^5.5.0"
|
||||||
"puppeteer": "^5.5.0"
|
}
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue