mock-table-data
Version:
mock api 내에서 table row data를 생성 및 관리하기(CRUD) 위한 라이브러리 입니다.
38 lines (37 loc) • 910 B
JSON
{
"name": "mock-table-data",
"version": "1.0.8",
"description": "",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"repository": "https://github.com/liamyoon/mock-table-data.git",
"scripts": {
"build": "tsc",
"format": "prettier --write \"src/**/*.ts\"",
"lint": "tslint -p tsconfig.json",
"prepare": "npm run build",
"prepublishOnly": "npm run lint",
"preversion": "npm run lint",
"version": "npm run format && git add -A src",
"postversion": "git push && git push --tags"
},
"keywords": [
"ktnexr",
"mock-table-data",
"table-data",
"crud-table-data",
"crud-table"
],
"author": "",
"license": "ISC",
"devDependencies": {
"@types/ramda": "^0.28.18",
"prettier": "^2.7.1",
"tslint": "^6.1.3",
"tslint-config-prettier": "^1.18.0",
"typescript": "^4.8.4"
},
"dependencies": {
"ramda": "^0.28.0"
}
}