@technoeren/tdk-api
Version:
Türk Dil Kurumu API
53 lines (51 loc) • 1.18 kB
JSON
{
"name": "@technoeren/tdk-api",
"version": "0.2.2",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
"files": [
"dist",
"src"
],
"author": "technoeren13 <erenbaltaci7878@gmail.com>",
"license": "MIT",
"private": false,
"scripts": {
"start": "tsc && node src/index.js",
"dev": "nodemon dist/index.js",
"test": "tsc && node dist/test.js",
"build": "tsc",
"format": "prettier --write \"src/**/*.ts\"",
"prepare": "husky install"
},
"publishConfig": {
"access": "public",
"registry": "https://registry.npmjs.org/"
},
"repository": {
"type": "git",
"url": "https://github.com/technoeren13/tdk-api.git"
},
"homepage": "https://github.com/technoeren13/tdk-api#readmd",
"keywords": [
"tdk",
"tdk-api",
"türk dil kurumu",
"turkish dictionary"
],
"husky": {
"hooks": {
"pre-commit": "yarn format && git add ."
}
},
"devDependencies": {
"@technoeren/tdk-api": "^0.0.7",
"@types/node": "^17.0.21",
"axios": "^0.26.0",
"husky": "^7.0.4",
"nodemon": "^2.0.15",
"prettier": "^2.5.1",
"typescript": "^4.5.5"
},
"dependencies": {}
}