UNPKG

@easyprogram/easyregexp

Version:

Quickly, simply and better tool for RegExp

46 lines (45 loc) 1.2 kB
{ "name": "@easyprogram/easyregexp", "version": "1.0.0", "description": "Quickly, simply and better tool for RegExp", "main": "dist/easyregexp.js", "directories": { "lib": "lib" }, "scripts": { "test": "npm run build && ./node_modules/.bin/mocha ./test/index.test.js", "build": "./node_modules/.bin/webpack --config ./config/webpack.config.js --mode production", "pub": "npm run test && npm run build && npm publish --access public" }, "repository": { "type": "git", "url": "git+https://github.com/sky111144/EasyRegExp.git" }, "keywords": [ "JavaScript", "ECMAScript", "regexp", "RegExp", "Email", "email" ], "publishConfig": { "access": "public" }, "author": "sky111144", "license": "MIT", "bugs": { "url": "https://github.com/sky111144/EasyRegExp/issues" }, "homepage": "https://github.com/sky111144/EasyRegExp#readme", "devDependencies": { "@babel/core": "^7.10.5", "@babel/plugin-proposal-class-properties": "^7.10.4", "@babel/preset-env": "^7.10.4", "babel-loader": "^8.1.0", "chai": "^4.2.0", "mocha": "^8.0.1", "webpack": "^4.43.0", "webpack-cli": "^3.3.12" } }