forked from RobTS/ts.data.json
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
47 lines (47 loc) · 1.16 KB
/
Copy pathpackage.json
File metadata and controls
47 lines (47 loc) · 1.16 KB
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
{
"name": "ts-data-json",
"version": "1.0.0-fix",
"description": "A JSON decoding library for Typescript",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"build": "tsc",
"test": "mocha --require ts-node/register 'src/**/*.spec.ts'",
"lint": "tslint -p ./tsconfig.json",
"prepub": "npm run test && npm run lint",
"pub": "npm run build && npm publish"
},
"keywords": [
"json",
"decoding",
"json-decoder",
"elm"
],
"author": "daniel van den eijkel",
"contributors": [
{
"name": "Joan Llenas Masó",
"email": "joan.llenas.maso@gmail.com",
"url": "http://joanllenas.com"
}
],
"license": "BSD-3-Clause",
"repository": {
"type": "git",
"url": "https://github.com/joanllenas/ts.data.json"
},
"bugs": {
"url": "https://github.com/joanllenas/ts.data.json/issues"
},
"homepage": "https://github.com/joanllenas/ts.data.json#readme",
"devDependencies": {
"@types/chai": "^4.2.5",
"@types/mocha": "^5.2.7",
"chai": "^4.2.0",
"mocha": "^6.2.2",
"prettier": "^1.19.1",
"ts-node": "^8.5.4",
"tslint": "^5.20.1",
"typescript": "^3.7.3"
}
}