-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
50 lines (50 loc) · 1.31 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
50
{
"name": "ns-common",
"version": "0.0.15",
"description": "node-stock common module",
"keywords": [
"ns-common",
"node-stock"
],
"repository": {
"type": "git",
"url": "https://github.com/node-stock/ns-common"
},
"license": "GPL-3.0",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
"scripts": {
"rm": "rimraf dist",
"tsc": "npm run rm && tsc -p tsconfig.development.json",
"tslint": "tslint --project ./tslint.json",
"test": "mocha dist/**/*.test.js --timeout 3000 --require intelli-espower-loader",
"prepare": "npm run rm && tsc -p tsconfig.json"
},
"dependencies": {
"csvjson": "^5.0.0",
"datejs": "^1.0.0-rc3",
"es6-promise": "^4.1.1",
"isomorphic-fetch": "^2.2.1",
"japanese-holidays": "^1.0.6",
"lodash": "^4.17.4",
"log4js": "^2.3.3",
"moment": "^2.18.1",
"node-schedule": "^1.2.5",
"ns-types": "0.0.40"
},
"devDependencies": {
"@types/config": "0.0.32",
"@types/datejs": "0.0.30",
"@types/log4js": "^2.3.5",
"@types/mocha": "^2.2.41",
"@types/node": "^8.0.20",
"@types/power-assert": "^1.4.29",
"intelli-espower-loader": "^1.0.1",
"mocha": "^4.1.0",
"power-assert": "^1.4.4",
"rimraf": "^2.6.2",
"ts-node": "^4.1.0",
"tslint": "^5.6.0",
"typescript": "^2.4.2"
}
}