source: trip-planner-front/node_modules/lilconfig/package.json@ 188ee53

Last change on this file since 188ee53 was 6a3a178, checked in by Ema <ema_spirova@…>, 3 years ago

initial commit

  • Property mode set to 100644
File size: 1.3 KB
Line 
1{
2 "name": "lilconfig",
3 "version": "2.0.3",
4 "description": "A zero-dependency alternative to cosmiconfig",
5 "main": "dist/index.js",
6 "types": "dist/index.d.ts",
7 "scripts": {
8 "prebuild": "npm run clean",
9 "build": "tsc --declaration",
10 "postbuild": "du -h ./dist/*",
11 "clean": "rm -rf ./dist",
12 "test": "jest --coverage",
13 "lint": "eslint ./src/*.ts"
14 },
15 "keywords": [
16 "cosmiconfig",
17 "config",
18 "configuration",
19 "search"
20 ],
21 "files": [
22 "dist/*"
23 ],
24 "repository": {
25 "type": "git",
26 "url": "https://github.com/antonk52/lilconfig"
27 },
28 "bugs": "https://github.com/antonk52/lilconfig/issues",
29 "author": "antonk52",
30 "license": "MIT",
31 "devDependencies": {
32 "@types/jest": "^26.0.23",
33 "@types/node": "^14.17.2",
34 "@typescript-eslint/eslint-plugin": "^4.26.0",
35 "@typescript-eslint/parser": "^4.26.0",
36 "cosmiconfig": "7.0.0",
37 "eslint": "^7.28.0",
38 "eslint-config-prettier": "^8.3.0",
39 "eslint-plugin-prettier": "^3.4.0",
40 "jest": "^26.6.3",
41 "prettier": "^2.3.1",
42 "ts-jest": "^26.5.6",
43 "typescript": "^4.3.2"
44 },
45 "engines": {
46 "node": ">=10"
47 }
48}
Note: See TracBrowser for help on using the repository browser.