semantic-regexp
Version:
This is an implementation of the semantic expression of regular expression code
34 lines (33 loc) • 926 B
JSON
{
"name": "semantic-regexp",
"version": "0.0.1-alpha",
"description": "This is an implementation of the semantic expression of regular expression code",
"main": "dist/semantic-regexp.umd.js",
"module": "dist/semantic-regexp.esm.js",
"types": "dist/types/index.d.ts",
"files": [
"dist"
],
"scripts": {
"build": "rollup -c",
"jest": "jest",
"jest-c": "jest --coverage"
},
"repository": "git@github.com:whylost/semantic-regexp.git",
"keywords": [
"RegExp"
],
"author": "whylost <whylost@aliyun.com>",
"license": "MIT",
"devDependencies": {
"@types/jest": "^27.0.1",
"jest": "^27.0.6",
"rollup": "^2.56.2",
"rollup-plugin-commonjs": "^10.1.0",
"rollup-plugin-node-resolve": "^5.2.0",
"rollup-plugin-terser": "^7.0.2",
"rollup-plugin-typescript2": "^0.30.0",
"ts-jest": "^27.0.5",
"typescript": "^4.3.5"
}
}