-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
49 lines (49 loc) · 1.01 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
49
{
"name": "peeknik",
"version": "0.0.4",
"description": "Take a peek at the NIK details",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"files": [
"dist/"
],
"scripts": {
"prebuild": "rimraf ./dist",
"build": "tsc",
"prepublish": "yarn build"
},
"repository": {
"type": "git",
"url": "git+https://github.com/qopiku/peeknik.git"
},
"keywords": [
"nik",
"ktp",
"indonesia",
"nik-parser"
],
"author": {
"name": "Suluh S",
"email": "suluhs@aol.com",
"url": "https://suluh.my.id"
},
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/qopiku/peeknik/issues"
},
"homepage": "https://github.com/qopiku/peeknik#readme",
"prettier": {
"trailingComma": "es5",
"semi": false,
"singleQuote": true,
"useTabs": false,
"quoteProps": "consistent",
"bracketSpacing": true,
"arrowParens": "always",
"printWidth": 100
},
"devDependencies": {
"@types/node": "^18.15.0",
"rimraf": "^4.4.0"
}
}