-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 1.09 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
{
"name": "afeefa-ui-data",
"version": "1.0.0",
"description": "Data loading and caching framework",
"files": [
"src",
"lib",
"types"
],
"main": "lib/index.js",
"types": "typings/index.d.ts",
"scripts": {
"compile": "tsc -p tsconfig.build.json",
"build": "rm -rf lib/* && rm -rf types/* && tsc -p tsconfig.build.json",
"test": "mocha -r ts-node/register -r tsconfig-paths/register -r ./test/config.ts 'test/**/*.ts'"
},
"repository": {
"type": "git",
"url": "git+https://github.com/AfeefaDe/afeefa-ui-data.git"
},
"author": "",
"license": "MIT",
"bugs": {
"url": "https://github.com/AfeefaDe/afeefa-ui-data/issues"
},
"homepage": "https://github.com/AfeefaDe/afeefa-ui-data#readme",
"devDependencies": {
"@types/chai": "^4.1.2",
"@types/mocha": "^2.2.48",
"chai": "^4.1.2",
"dirty-chai": "^2.0.1",
"mocha": "^5.0.1",
"sinon": "^4.4.3",
"sinon-chai": "^3.0.0",
"ts-node": "^5.0.0",
"tsconfig-paths": "^3.1.1",
"tslint": "^5.9.1",
"tslint-config-standard": "^7.0.0",
"typescript": "^2.7.2"
}
}