-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
48 lines (48 loc) · 1.11 KB
/
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
40
41
42
43
44
45
46
47
48
{
"name": "identity-card",
"version": "1.2.0",
"description": "node/javascript version for php package douyasi/identity-card",
"bin": {
"id-parse": "bin/id-parse.js"
},
"scripts": {
"prebuild": "npm run build:clean",
"build": "tsc && webpack --config webpack.config.js",
"build:webpack": "webpack --config webpack.config.js",
"build:tsc": "tsc",
"build:clean": "rimraf dist",
"tsc-watch": "tsc --watch",
"dev": "node example/test.js",
"ts-dev": "ts-node example/test.ts"
},
"main": "dist/index.js",
"keywords": [
"typescript",
"id.js",
"id",
"chinese",
"identity",
"identity-card",
"validation",
"library",
"中国大陆",
"居民身份证",
"属地查询",
"douyasi",
"id-parse"
],
"repository": {
"type": "git",
"url": "git+https://github.com/ycrao/id.js.git"
},
"homepage": "https://github.com/ycrao/id.js",
"author": "raoyc",
"license": "MIT",
"devDependencies": {
"commander": "^2.15.1",
"rimraf": "^2.6.1",
"ts-loader": "^3.5.0",
"typescript": "^2.8.3",
"webpack": "^3.8.1"
}
}