-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
27 lines (27 loc) · 806 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
{
"name": "pluralize-py",
"version": "1.0.0",
"description": "This repo is simply a Python port of https://github.com/blakeembrey/pluralize which has > 1.4m github usages and 3.5 million downloads per week when I evaluating different libraries.",
"main": "index.js",
"directories": {
"test": "tests"
},
"dependencies": {},
"devDependencies": {
"@semantic-release/exec": "6.0.3",
"semantic-release": "24.2.1"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/weixu365/pluralizer-py.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/weixu365/pluralizer-py/issues"
},
"homepage": "https://github.com/weixu365/pluralizer-py#readme"
}