-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 978 Bytes
/
package.json
File metadata and controls
36 lines (36 loc) · 978 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
33
34
35
36
{
"name": "remove-extra-spaces",
"version": "1.0.3",
"description": "npm package uses for object and plain string trim",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"test": "jest --forceExit --coverage --verbose --detectOpenHandles",
"prepublish": "npm test && npm build",
"build": "tsc"
},
"repository": {
"type": "git",
"url": "https://github.com/arifemir/remove-extra-spaces.git"
},
"keywords": [
"object-trim",
"multiple-space-reduce-one",
"trim",
"input-trim",
"string-multiple-space"
],
"author": "Arif Emir Arslanturk",
"license": "MIT",
"bugs": {
"url": "https://github.com/arifemir/object-string-property-trimmer/issues"
},
"homepage": "https://github.com/arifemir/object-string-property-trimmer#readme",
"devDependencies": {
"@types/jest": "^27.0.2",
"@types/node": "^16.11.0",
"jest": "^27.2.5",
"ts-jest": "^27.0.7",
"typescript": "^4.4.4"
}
}