-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 802 Bytes
/
package.json
File metadata and controls
32 lines (32 loc) · 802 Bytes
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
28
29
30
31
32
{
"name": "textspace",
"version": "1.0.5",
"description": "Censor your text with textspace package. It is a simple package to censor your text.",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"start": "nodemon index.ts",
"build": "tsc",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"text censor",
"censor",
"text"
],
"repository": {
"type": "git",
"url": "git+https://github.com/emresengul/textspace.git"
},
"bugs": {
"url": "https://github.com/emresengul/textspace/issues"
},
"homepage": "https://github.com/emresengul/textspace#readme",
"author": "emresengul",
"license": "ISC",
"devDependencies": {
"nodemon": "^2.0.16",
"ts-node": "^10.8.0",
"typescript": "^4.7.2"
}
}