-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
34 lines (34 loc) · 852 Bytes
/
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
{
"name": "simple_dt.js",
"version": "0.2.0",
"description": "Date and time formatting in browser with ICU patterns",
"main": "./dist/index.js",
"scripts": {
"build": "npx babel src --out-dir dist",
"prepare": "npm run build",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ray007/simple_dt.js.git"
},
"keywords": [
"date",
"time",
"format",
"icu",
"browser"
],
"author": "Raimund Bauer <[email protected]>",
"license": "LGPL-2.1",
"bugs": {
"url": "https://github.com/ray007/simple_dt.js/issues"
},
"homepage": "https://github.com/ray007/simple_dt.js#readme",
"devDependencies": {
"@babel/cli": "^7.21.0",
"@babel/core": "^7.21.4",
"@babel/preset-env": "^7.21.4",
"eslint": "^8.37.0"
}
}