UNPKG

1.31 kBJSONView Raw
1{
2 "name": "@chix/loader",
3 "version": "2.7.6",
4 "description": "Definition Loader for Chiχ",
5 "keywords": [
6 "chix",
7 "loader"
8 ],
9 "bugs": {
10 "url": "https://github.com/chixio/chix/issues"
11 },
12 "repository": {
13 "type": "git",
14 "url": "git@github.com:chixio/chix.git"
15 },
16 "license": "MIT",
17 "author": "Rob Halff",
18 "main": "./lib/index.js",
19 "typings": "./lib/index.d.ts",
20 "scripts": {
21 "clean": "rimraf ./lib/",
22 "lint": "tslint 'src/**/*.ts' --fix",
23 "prepare": "npm run clean && tsc",
24 "test": "mocha --reporter spec --require ts-node/register src/test/**/*.spec.ts"
25 },
26 "dependencies": {
27 "@chix/common": "^2.7.6",
28 "lodash": "^4.17.10",
29 "object-forof": "^1.5.2"
30 },
31 "devDependencies": {
32 "@types/chai": "^4.1.3",
33 "@types/glob": "^5.0.35",
34 "@types/js-yaml": "^3.11.1",
35 "@types/lodash": "^4.14.109",
36 "@types/mocha": "^5.2.0",
37 "@types/node": "^10.1.4",
38 "chai": "^4.1.2",
39 "chix-test": "nodule/test",
40 "ecstatic": "^3.2.0",
41 "js-yaml": "^3.11.0",
42 "mocha": "^5.2.0",
43 "mocha-clean": "^1.0.0",
44 "rimraf": "^2.6.2",
45 "should": "^13.2.1",
46 "ts-node": "^6.0.5",
47 "tslint": "^5.10.0",
48 "tslint-config-prettier": "^1.13.0",
49 "tslint-config-standard": "^7.0.0",
50 "typescript": "^2.8.3"
51 }
52}
\No newline at end of file