opentype.features.js
Version:
Library to list opentype fonts optional features.
62 lines (61 loc) • 1.61 kB
JSON
{
"name": "opentype.features.js",
"version": "1.0.17",
"description": "Library to list opentype fonts optional features.",
"main": "lib/index.js",
"files": [
"/lib",
"!/lib/testfile.js"
],
"scripts": {
"fix-ts-mocha": "cd node_modules && cd ts-mocha && npm install --force",
"test": "ts-mocha tests/**/*.spec.ts -r unitTestSetup.ts",
"coverage": "nyc --reporter=text ts-mocha tests/**/*.spec.ts -r unitTestSetup.ts",
"build": "tsc",
"lint": "eslint src/**/*.ts",
"prepare": "npm run build",
"prepublishOnly": "npm test && npm run lint",
"preversion": "npm run lint",
"version": "hg commit -m \"new version\"",
"postversion": "cross-env-shell hg tag $npm_package_version && hg push"
},
"nyc": {
"exclude": [
"tests/**",
"unitTestSetup.ts"
]
},
"keywords": [
"opentype",
"font",
"features"
],
"author": "",
"license": "ISC",
"repository": {
"type": "mercurial",
"url": "https://hg.sr.ht/~hindlemail/opentype.features.js"
},
"devDependencies": {
"@types/chai": "^4.3.1",
"@types/enzyme": "^3.10.12",
"@types/mocha": "^9.1.1",
"@types/opentype.js": "^1.3.3",
"@typescript-eslint/eslint-plugin": "^5.27.1",
"@typescript-eslint/parser": "^5.27.1",
"chai": "^4.3.6",
"cross-env": "^7.0.3",
"enzyme": "^3.11.0",
"eslint": "^8.17.0",
"nyc": "^15.1.0",
"ts-lint": "^4.5.1",
"ts-mocha": "^10.0.0",
"ts-node": "^10.8.1",
"typescript": "^4.7.2"
},
"dependencies": {
"brotli": "^1.3.3",
"pako": "^2.0.4",
"xhr2": "^0.2.1"
}
}