-
Notifications
You must be signed in to change notification settings - Fork 20
/
Copy pathpackage.json
29 lines (29 loc) · 1.17 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
{
"name": "thailand-party-list-calculator",
"version": "1.0.8",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"build": "tsc",
"test": "mocha -r ts-node/register --recursive \"**/*.spec.ts\"",
"test:watch": "mocha -r ts-node/register --recursive \"**/*.spec.ts\" --watch-extensions ts --watch"
},
"description": "ระบบคำนวณคะแบบเสียงส.ส.แบบบัญชีรายชื่อตามพระราชบัญญัติประกอบรัฐธรรมนูญว่าด้วยการเลือกตั้งสมาชิกสภาผู้แทนราษฎร พ.ศ. 2561",
"repository": "[email protected]:Cleverse/thailand-party-list-calculator.git",
"author": "Panjamapong Sermsawatsri <[email protected]>",
"license": "MIT",
"devDependencies": {
"@types/assert": "^1.4.2",
"@types/lodash": "^4.14.123",
"@types/mocha": "^5.2.6",
"assert": "^1.4.1",
"mocha": "^6.0.2",
"ts-node": "^8.0.3",
"tsc": "^1.20150623.0",
"tslint": "^5.14.0",
"typescript": "^3.3.3333"
},
"dependencies": {
"bignumber.js": "^8.1.1"
}
}