UNPKG

affixi

Version:

Affixi is a helper library for Turkish suffixes for nouns and proper nouns written in typescript.

53 lines (52 loc) 1.35 kB
{ "name": "affixi", "version": "1.1.0", "description": "Affixi is a helper library for Turkish suffixes for nouns and proper nouns written in typescript.", "main": "lib/main.js", "types": "lib/main.d.ts", "scripts": { "test": "jest --config jestconfig.json", "build": "tsc", "format": "prettier --write \"src/**/*.ts\" \"src/**/*.js\"", "lint": "tslint -p tsconfig.json", "prepare": "npm run build", "prepublishOnly": "npm test && npm run lint", "preversion": "npm run lint", "version": "git add -A src", "postversion": "git push && git push --tags" }, "repository": { "type": "git", "url": "git+https://github.com/CanPacis/affixi.git" }, "keywords": [ "Türkçe", "Turkish", "Case Suffixes", "Possesive Suffixes", "Hâl Ekleri", "İyelik Ekleri" ], "author": "Muhammed Ali CAN", "license": "MIT", "bugs": { "url": "https://github.com/CanPacis/affixi/issues" }, "homepage": "https://canpacis.github.io/affixi/", "devDependencies": { "@types/jest": "^27.0.3", "jest": "^27.3.1", "prettier": "^2.4.1", "nodemon": "^2.0.15", "ts-jest": "^27.0.7", "tslint": "^6.1.3", "tslint-config-prettier": "^1.18.0", "typescript": "^4.5.2" }, "files": [ "lib/**/*" ], "dependencies": { "tslib": "^2.3.1" } }