Bibata_Cursor/bitmapper/packages/original/package.json
2021-07-12 18:52:30 +05:30

17 lines
379 B
JSON

{
"name": "bibata-original",
"version": "1.1.2",
"description": "Sharp edges bibata cursors",
"main": "dist/index.js",
"scripts": {
"build": "npx tsc --build",
"render": "yarn build && node dist/index.js"
},
"author": "Kaiz Khatri",
"license": "GPL-3.0",
"private": true,
"devDependencies": {
"ts-node": "^9.1.1",
"typescript": "^4.1.5"
}
}