-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
39 lines (39 loc) · 1000 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
28
29
30
31
32
33
34
35
36
37
38
39
{
"name": "string-manipulation",
"version": "1.3.0",
"description": "A plugin for string as well as number manipulation. Use the method and pass the value to it to get the desired value.",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"test": "mocha --reporter spec",
"build": "tsc"
},
"repository": {
"type": "git",
"url": "git+https://github.com/GobindaSaha/stringmanipulator.git"
},
"keywords": [
"typescript",
"npm",
"string manupulator",
"number manipulator",
"angular 6"
],
"author": "Gobinda Saha",
"license": "MIT",
"homepage": "https://github.com/GobindaSaha/stringmanipulator#readme",
"devDependencies": {
"adjectives": "^1.0.2",
"animals": "0.0.3",
"chai": "^4.2.0",
"magic-string": "^0.25.3",
"mocha": "^6.2.0",
"typescript": "^3.6.3"
},
"dependencies": {
"@types/node": "^12.7.5",
"adjectives": "^1.0.2",
"animals": "0.0.3",
"magic-string": "^0.25.3"
}
}