-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
32 lines (32 loc) · 853 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
{
"name": "react-process-string-ts",
"version": "1.2.4",
"description": "TypeScript port of react-process-string, library to process strings with regular expressions.",
"main": "lib/index.js",
"typings": "lib/index.d.ts",
"scripts": {
"build": "npx tsc --build tsconfig.json"
},
"repository": {
"type": "git",
"url": "git+https://github.com/spinthil/react-process-string-ts.git"
},
"keywords": [
"react",
"regex",
"string"
],
"author": "Thilo Spinner <[email protected]>",
"license": "ISC",
"bugs": {
"url": "https://github.com/spinthil/react-process-string-ts/issues"
},
"homepage": "https://github.com/spinthil/react-process-string-ts#readme",
"dependencies": {
"react": "^18.2.0"
},
"devDependencies": {
"@types/react": "^18.0.28",
"typescript": "5.0.2"
}
}