jmerta-todo-api-interface
Version:
API interface for ToDo-Merta application
43 lines (42 loc) • 1.08 kB
JSON
{
"name": "jmerta-todo-api-interface",
"version": "1.0.9",
"description": "API interface for ToDo-Merta application",
"main": "lib/index.js",
"types": "lib/index.d.ts",
"scripts": {
"test": "jest --config jestconfig.json",
"build": "tsc",
"format": "prettier --write src/**/*.ts",
"prepare": "npm run build",
"prepublishOnly": "npm test",
"version": "npm run format && git add -A src",
"postversion": "git push && git push --tags"
},
"repository": {
"type": "git",
"url": "git+https://github.com/jaroslavmerta/jmerta-todo-api-interface"
},
"keywords": [
"Todo",
"todo list",
"todo merta",
"todo merta interface"
],
"author": "JMerta",
"license": "ISC",
"devDependencies": {
"@types/jest": "^28.1.6",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-jsdoc": "^39.3.4",
"eslint-plugin-prefer-arrow": "^1.2.3",
"eslint-plugin-react": "^7.30.1",
"jest": "^28.1.3",
"prettier": "^2.7.1",
"ts-jest": "^28.0.7",
"typescript": "^4.7.4"
},
"files": [
"lib/**/*"
]
}