Minimal styling, powered by Goober.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

70 lines
1.5 KiB

  1. {
  2. "name": "@tesseract-design/goofy-goober",
  3. "version": "0.3.0",
  4. "files": [
  5. "dist",
  6. "src"
  7. ],
  8. "engines": {
  9. "node": ">=10"
  10. },
  11. "license": "MIT",
  12. "keywords": [
  13. "pridepack"
  14. ],
  15. "devDependencies": {
  16. "@types/node": "^18.0.0",
  17. "@types/react": "^18.0.33",
  18. "csstype": "^3.1.0",
  19. "eslint": "^8.20.0",
  20. "eslint-config-lxsmnsyc": "^0.4.7",
  21. "pridepack": "2.2.1",
  22. "tslib": "^2.4.0",
  23. "typescript": "^4.7.4",
  24. "vitest": "^0.19.1"
  25. },
  26. "scripts": {
  27. "prepublishOnly": "pridepack clean && pridepack build",
  28. "build": "pridepack build",
  29. "type-check": "pridepack check",
  30. "lint": "pridepack lint",
  31. "clean": "pridepack clean",
  32. "watch": "pridepack watch",
  33. "start": "pridepack start",
  34. "dev": "pridepack dev",
  35. "test": "vitest"
  36. },
  37. "private": true,
  38. "description": "Minimal styling, powered by Goober.",
  39. "repository": {
  40. "url": "",
  41. "type": "git"
  42. },
  43. "homepage": "",
  44. "bugs": {
  45. "url": ""
  46. },
  47. "author": "TheoryOfNekomata <allan.crisostomo@outlook.com>",
  48. "publishConfig": {
  49. "access": "restricted"
  50. },
  51. "dependencies": {
  52. "goober": "^2.1.10"
  53. },
  54. "types": "./dist/types/index.d.ts",
  55. "exports": {
  56. ".": {
  57. "development": {
  58. "require": "./dist/cjs/development/index.js",
  59. "import": "./dist/esm/development/index.js"
  60. },
  61. "require": "./dist/cjs/production/index.js",
  62. "import": "./dist/esm/production/index.js",
  63. "types": "./dist/types/index.d.ts"
  64. }
  65. },
  66. "typesVersions": {
  67. "*": {}
  68. }
  69. }