-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 890 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
33
34
35
36
37
{
"name": "@biswaviraj/time-travel",
"version": "2.0.5",
"description": "Simple and lightweight undo redo package",
"main": "dist/index.js",
"scripts": {
"start": "tsc && node dist/index.js",
"lint": "eslint . --ext .ts",
"build": "tsup"
},
"repository": {
"type": "git",
"url": "git+https://github.com/BiswaViraj/time-travel.git"
},
"author": "BiswaViraj",
"license": "ISC",
"bugs": {
"url": "https://github.com/BiswaViraj/time-travel/issues"
},
"homepage": "https://github.com/BiswaViraj/time-travel#readme",
"keywords": [
"undo",
"redo",
"history",
"time travel",
"time-travel",
"state history",
"rollback"
],
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^8.0.1",
"@typescript-eslint/parser": "^8.0.1",
"eslint": "^9.9.0",
"tsup": "^8.2.4",
"typescript": "^5.5.4"
}
}