-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 863 Bytes
/
package.json
File metadata and controls
41 lines (41 loc) · 863 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
37
38
39
40
41
{
"name": "parse-string",
"version": "1.2.9",
"description": "Parse the string into a Map.",
"main": "dist/index.js",
"typings": "types/index.d.ts",
"repository": "https://github.com/kenote/parse-string.git",
"author": "thondery <thondery@163.com>",
"license": "MIT",
"scripts": {
"test": "jest",
"build": "rm -rf ./dist && tsc"
},
"dependencies": {
"md5.js": "^1.3.5",
"rule-judgment": "^1.1.5"
},
"devDependencies": {
"@types/jest": "^25.2.3",
"@types/lodash": "^4.14.163",
"@types/node": "^14.14.2",
"jest": "^25.5.4",
"ts-jest": "^25.5.1",
"tslint": "^6.1.3",
"typescript": "^3.9.7"
},
"peerDependencies": {
"lodash": ">=4.17.x"
},
"engines": {
"node": ">8.0.0"
},
"keywords": [
"parser",
"format",
"map",
"msgbody",
"filter",
"validator"
]
}