Bibata_Cursor/packages/core/package.json

24 lines
531 B
JSON
Raw Normal View History

2020-08-13 09:05:28 -04:00
{
2020-08-31 08:08:23 -04:00
"name": "bibata-core",
2020-08-13 09:05:28 -04:00
"version": "1.0.0",
2020-08-19 07:40:43 -04:00
"description": "Common code inside Bibata Project",
2020-08-14 07:20:29 -04:00
"main": "dist/index.js",
"types": "dist/index.d.ts",
2020-08-13 09:05:28 -04:00
"author": "Kaiz Khatri",
"license": "GPL-3.0",
"private": true,
"devDependencies": {
2020-08-31 03:08:27 -04:00
"@types/pixelmatch": "^5.2.1",
"@types/pngjs": "^3.4.2",
2020-08-14 07:20:29 -04:00
"@types/puppeteer": "^3.0.1",
"typescript": "^3.9.7"
},
"dependencies": {
2020-08-31 03:08:27 -04:00
"chalk": "^4.1.0",
2020-08-19 03:29:10 -04:00
"ora": "^5.0.0",
2020-08-31 03:08:27 -04:00
"pixelmatch": "^5.2.1",
"pngjs": "^5.0.0",
2020-08-14 07:20:29 -04:00
"puppeteer": "^5.2.1"
2020-08-13 09:05:28 -04:00
}
}