UNPKG

@glyph-cat/swiss-army-knife

Version:
48 lines 1.35 kB
{ "name": "@glyph-cat/swiss-army-knife", "version": "0.0.0-experimental.83", "main": "lib/cjs/index.js", "module": "lib/es/index.js", "react-native": "lib/native/index.js", "types": "lib/types/index.d.ts", "files": [ "assets", "lib" ], "description": "GlyphCat's set of common utilities.", "author": "glyph-cat", "license": "MIT", "readme": "README.md", "scripts": { "clean": "rm -rf .cache ./dist ./lib ./temp ./yarn-error.log", "afe": "tsx ./scripts/run/auto-forward-exports", "lint": "eslint .", "bundle": "rollup -c ./config/rollup.config.js", "test": "jest -c jest.config.ts", "types": "tsc --declaration", "api": "api-extractor run -c ./config/api-extractor.json --local --verbose", "build": "sh ./scripts/run/build.sh", "prepack": "tsx ./scripts/run/sync-package", "all": "sh ./scripts/run/all.sh" }, "keywords": [ "common utilities", "javascript", "typescript" ], "homepage": "https://github.com/glyph-cat/swiss-army-knife#readme", "repository": { "type": "git", "url": "https://github.com/glyph-cat/swiss-army-knife.git" }, "bugs": { "url": "https://github.com/glyph-cat/swiss-army-knife/issues" }, "dependencies": { "autoprefixer": "^10.4.21", "postcss": "^8.5.3" }, "peerDependencies": { "cotton-box": "*" } }