-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
48 lines (48 loc) · 1.03 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": "node-date78",
"version": "2.0.0",
"description": "node-date78",
"main": "dist/index.js",
"types": "src/index.ts",
"author": {
"name": "Frieda.Hu<[email protected]>"
},
"repository": {
"type": "git",
"url": "git+https://github.com/www778878net/node-date78.git"
},
"bugs": {
"url": "https://github.com/www778878net/node-date78/issues"
},
"homepage": "https://github.com/www778878net/node-date78#readme",
"license": "Apache-2.0",
"files": [
"src",
"dist"
],
"keywords": [
"typescript",
"Date",
"nodejs"
],
"scripts": {
"postpublish": "git push origin --all && git push origin --tags",
"postversion": "npm publish",
"preversion": "npm test",
"test": "mocha --reporter spec",
"build": "tsc"
},
"engines": {
"node": ">=14.0.0"
},
"bundledDependencies": false,
"devDependencies": {
"@types/node": "^16.0.0",
"chai": "^4.3.4",
"mocha": "^9.0.2",
"typescript": "^3.0.3"
},
"dependencies": {
"typescript": "^3.0.3"
}
}