UNPKG

1.04 kBJSONView Raw
1{
2 "name": "closest-file-data",
3 "version": "0.1.4",
4 "description": "Allow to find and retrieve some data (such as config file) related to a given path (with cache)",
5 "main": "./dist/index.js",
6 "typings": "./dist/index.d.ts",
7 "repository": "https://github.com/huafu/closest-file-data.git",
8 "author": "Huafu Gandon <huafu.gandon@gmail.com>",
9 "license": "MIT",
10 "keywords": [
11 "relative",
12 "file",
13 "resource",
14 "config",
15 "search"
16 ],
17 "devDependencies": {
18 "@types/flat": "^0.0.28",
19 "@types/jest": "^23.3.0",
20 "@types/node": "^10.5.2",
21 "flat": "^4.1.0",
22 "jest": "<23",
23 "ts-jest": "<23",
24 "tslint": "^5.11.0",
25 "typescript": "^2.9.2"
26 },
27 "scripts": {
28 "lint": "tslint --project .",
29 "test:unit": "jest",
30 "test:dist": "jest -c jest.config.dist.js",
31 "test:e2e": "jest -c jest.config.e2e.js",
32 "build": "tsc -p .",
33 "test": "npm run test:unit && npm run build && npm run test:dist && npm run test:e2e",
34 "prepublish": "npm run lint && npm run test"
35 }
36}