UNPKG

989 BJSONView Raw
1{
2 "name": "value-extractor",
3 "version": "1.0.0",
4 "description": "A simple JavaScript library for extracting values from string based on a pattern",
5 "main": "dist/value-extractor.js",
6 "type": "commonjs",
7 "author": {
8 "name": "Prateek Singh",
9 "email": "devXprite@gmail.com"
10 },
11 "keywords": [
12 "pattern",
13 "strings",
14 "value-extractor"
15 ],
16 "license": "MIT",
17 "devDependencies": {
18 "@babel/cli": "^7.19.3",
19 "@babel/core": "^7.20.5",
20 "@babel/preset-env": "^7.20.2",
21 "babel-loader": "^9.1.0",
22 "chai": "^4.3.7",
23 "eslint": "^7.32.0 || ^8.2.0",
24 "eslint-config-airbnb-base": "^15.0.0",
25 "eslint-config-prettier": "^8.5.0",
26 "eslint-plugin-import": "^2.25.2",
27 "mocha": "^10.2.0",
28 "prettier": "^2.8.1",
29 "webpack": "^5.75.0",
30 "webpack-cli": "^5.0.1"
31 },
32 "scripts": {
33 "test": "mocha",
34 "build": "webpack",
35 "dev": "webpack --progress --watch",
36 "lint": "eslint .",
37 "lint:fix": "eslint . --fix"
38 }
39}
\No newline at end of file