-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 1.08 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
{
"name": "@dimaskiddo/angka-terbilang-nodejs",
"version": "1.0.9",
"description": "Angka Terbilang in NodeJS for Converting Decimal to an Indonesian Wording format",
"main": "index.js",
"scripts": {
"test": "jest",
"minified": "browserify -t [ babelify --presets [ @babel/preset-env ] ] -t uglifyify index.js --standalone angka > index.min.js",
"build": "npm run test && npm run minified"
},
"repository": {
"type": "git",
"url": "git+https://github.com/dimaskiddo/angka-terbilang-nodejs.git"
},
"keywords": [
"Angka",
"Terbilang",
"NodeJS",
"Convertion",
"Decimal",
"Indonesia",
"Indonesian",
"Wording"
],
"author": "Dimas Restu Hidayanto",
"license": "MIT",
"bugs": {
"url": "https://github.com/dimaskiddo/angka-terbilang-nodejs/issues"
},
"homepage": "https://github.com/dimaskiddo/angka-terbilang-nodejs#readme",
"devDependencies": {
"@babel/core": "^7.12.3",
"@babel/preset-env": "^7.12.1",
"babelify": "^10.0.0",
"browserify": "^17.0.0",
"jest": "^26.6.3",
"uglifyify": "^5.0.0"
}
}