UNPKG

1.32 kBJSONView Raw
1{
2 "name": "decline-word",
3 "version": "1.3.1",
4 "description": "Declines words in Russian, Ukrainian and English languages.",
5 "main": "build/index.js",
6 "types": "build/index.d.ts",
7 "directories": {
8 "test": "test"
9 },
10 "keywords": [
11 "decline-word",
12 "word-decliner",
13 "word-declination",
14 "word-declension",
15 "singular",
16 "plural",
17 "склонение-слов",
18 "падеж",
19 "падежи"
20 ],
21 "scripts": {
22 "test": "mocha test",
23 "build:clean": "rm -rf build/*",
24 "ts-compile": "tsc --declaration",
25 "my-compile": "node ../compile.js",
26 "build": "npm run build:clean && npm run ts-compile && npm run my-compile",
27 "publish:prepare": "mkdir -p ./build/build && mv ./build/* ./build/build; cp -r ./package* ./README.md ./test ./build",
28 "pu": "npm pu ./build",
29 "my-publish": "npm run publish:prepare && npm run pu"
30 },
31 "repository": {
32 "type": "git",
33 "url": "git+https://github.com/ArthurKa/decline-word.git"
34 },
35 "author": {
36 "name": "ArthurKa",
37 "email": "arthur.katruk@gmail.com"
38 },
39 "license": "ISC",
40 "bugs": {
41 "url": "https://github.com/ArthurKa/decline-word/issues"
42 },
43 "homepage": "https://github.com/ArthurKa/decline-word#readme",
44 "devDependencies": {
45 "mocha": "^6.2.3",
46 "typescript": "^4.2.3"
47 }
48}