Files
notesnook/packages/theme/package.json
Abdullah Atta 98b93d42c1 theme: publish
2023-04-05 01:53:29 +05:00

23 lines
474 B
JSON

{
"name": "@notesnook/theme",
"version": "1.1.0",
"main": "./dist/index.js",
"license": "GPL-3.0-or-later",
"repository": {
"type": "git",
"url": "git://github.com/streetwriters/themeprovider.git"
},
"dependencies": {
"@theme-ui/core": "^0.14.7",
"tinycolor2": "^1.4.2"
},
"devDependencies": {
"@types/tinycolor2": "^1.4.3",
"typescript": "^4.8.2"
},
"scripts": {
"build": "tsc",
"prepublishOnly": "npm run build"
}
}