-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 975 Bytes
/
package.json
File metadata and controls
41 lines (41 loc) · 975 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": "@wadahkode/memories",
"version": "1.1.82",
"description": "Mengubah waktu standar menjadi waktu moment",
"main": "./src/memories.js",
"files": [
"build",
"src",
"CHANGELOG.md",
"README.md",
"LICENSE",
"package.json"
],
"scripts": {
"build": "webpack --config webpack.prod.js",
"start": "webpack --config webpack.dev.js --watch",
"test": "node ./tests/index.test.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/wadahkode/memories.git"
},
"keywords": [
"time",
"datetime",
"moment"
],
"author": "wadahkode <mvp.dedefilaras@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/wadahkode/memories/issues"
},
"homepage": "https://wadahkode.github.io/memories/",
"devDependencies": {
"clean-webpack-plugin": "^3.0.0",
"eslint": "^7.18.0",
"webpack": "^5.10.0",
"webpack-cli": "^4.2.0",
"webpack-merge": "^5.4.0"
}
}