32 lines
834 B
JSON
32 lines
834 B
JSON
{
|
|
"name": "ren",
|
|
"description": "",
|
|
"version": "0.0.1",
|
|
"main": "lib/index.mjs",
|
|
"module": "lib/index.mjs",
|
|
"types": "lib/index.d.ts",
|
|
"directories": {
|
|
"lib": "lib"
|
|
},
|
|
"devDependencies": {
|
|
"@types/node": "^17.0.21",
|
|
"@typescript-eslint/eslint-plugin": "^5.14.0",
|
|
"@typescript-eslint/parser": "^5.14.0",
|
|
"eslint": "^8.10.0",
|
|
"eslint-config-prettier": "^8.5.0",
|
|
"eslint-plugin-prettier": "^4.0.0",
|
|
"prettier": "^2.5.1",
|
|
"tsc-watch": "^4.6.0",
|
|
"typescript": "^4.6.2"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/pleshevskiy/ren.git"
|
|
},
|
|
"author": "Dmitriy Pleshevskiy <dmitriy@ideascup.me>",
|
|
"license": "MIT",
|
|
"bugs": {
|
|
"url": "https://github.com/pleshevskiy/ren/issues"
|
|
},
|
|
"homepage": "https://github.com/pleshevskiy/ren#readme"
|
|
}
|