123456789101112131415161718192021222324252627282930313233343536373839 |
- {
- "name": "dingbat-to-unicode",
- "version": "1.0.1",
- "description": "Mapping from Dingbat fonts, such as Symbol, Webdings and Wingdings, to Unicode code points",
- "main": "./dist/index.js",
- "types": "./dist/index.d.ts",
- "files": [
- "dist"
- ],
- "scripts": {
- "prepare": "tsc",
- "test": "mocha --ui exports --require ts-node/register 'test/**/*.ts'"
- },
- "repository": {
- "type": "git",
- "url": "git+https://github.com/mwilliamson/dingbat-to-unicode.git"
- },
- "keywords": [
- "dingbat",
- "dingbats",
- "symbol",
- "webdings",
- "wingdings",
- "unicode"
- ],
- "author": "Michael Williamson <mike@zwobble.org>",
- "license": "BSD-2-Clause",
- "bugs": {
- "url": "https://github.com/mwilliamson/dingbat-to-unicode/issues"
- },
- "homepage": "https://github.com/mwilliamson/dingbat-to-unicode#readme",
- "devDependencies": {
- "@types/mocha": "^8.2.0",
- "@types/node": "^14.14.21",
- "mocha": "^8.2.1",
- "ts-node": "^9.1.1",
- "typescript": "^4.1.3"
- }
- }
|