-
Notifications
You must be signed in to change notification settings - Fork 14
/
package.json
39 lines (39 loc) · 1.22 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": "labor-standards-tw",
"version": "0.1.0",
"description": "Utility for Taiwan labor standards acts",
"main": "dist/bundle.js",
"scripts": {
"build": "webpack",
"lint": "tslint --project tsconfig.json",
"test": "cucumber.js --tags 'not @ignore' --compiler ts:ts-node/register --format-options '{\"snippetInterface\": \"synchronous\"}'",
"test:dev": "cucumber.js --tags @dev --compiler ts:ts-node/register --format-options '{\"snippetInterface\": \"synchronous\"}'",
"test:win": "cucumberjs --tags 'not @ignore' --compiler ts:ts-node/register"
},
"author": "Yuren Ju <[email protected]>",
"license": "MIT",
"devDependencies": {
"@types/node": "^7.0.29",
"awesome-typescript-loader": "^3.1.3",
"babel-core": "^6.25.0",
"babel-preset-env": "^1.5.2",
"chai": "^4.0.1",
"cucumber": "^2.0.0-rc.9",
"isomorphic-fetch": "^2.2.1",
"shelljs": "^0.7.8",
"source-map-loader": "^0.2.1",
"ts-node": "^3.0.4",
"tslint": "^5.4.3",
"tslint-config-standard": "^5.0.2",
"typescript": "^2.3.4",
"webpack": "^2.6.1",
"xml2json": "^0.11.0"
},
"engines": {
"node": ">= 6.0.0",
"npm": ">= 3.0.0"
},
"dependencies": {
"moment": "^2.18.1"
}
}