-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
46 lines (46 loc) · 1.34 KB
/
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
38
39
40
41
42
43
44
45
46
{
"name": "time-based-sequence-character",
"version": "2.0.1",
"description": "get time based sequential string",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"test": "jest",
"test:watch": "jest --watch",
"dev": "nodemon src/index.ts",
"prebuild": "tsc --build --clean",
"build": "tsc -p tsconfig.build.json"
},
"repository": {
"type": "git",
"url": "git+https://github.com/chinsun9/time-based-sequence-character.git"
},
"keywords": [
"time-based",
"sequence"
],
"author": "chinsun9 <chin_sung@naver.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/chinsun9/time-based-sequence-character/issues"
},
"homepage": "https://github.com/chinsun9/time-based-sequence-character#readme",
"devDependencies": {
"@babel/core": "^7.15.5",
"@babel/preset-env": "^7.15.6",
"@babel/preset-typescript": "^7.15.0",
"@types/jest": "^27.0.2",
"@types/node": "^16.7.13",
"@typescript-eslint/eslint-plugin": "^4.31.0",
"@typescript-eslint/parser": "^4.31.0",
"babel-jest": "^27.2.1",
"eslint": "^7.2.0",
"eslint-config-airbnb-base": "^14.2.1",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-prettier": "^4.0.0",
"jest": "^27.2.1",
"prettier": "^2.3.2",
"typescript": "^4.4.2"
}
}