-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 998 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": "canisoon-lib",
"version": "0.1.5",
"description": "",
"author": "Dan McClory",
"keywords": [],
"license": "ISC",
"main": "dist/canisoon-lib.cjs.js",
"module": "dist/canisoon-lib.esm.js",
"browser": "dist/canisoon-lib.umd.js",
"typings": "dist/index.d.ts",
"scripts": {
"test": "jest",
"build": "rollup -c",
"build:types": "tsc -p ./tsconfig.json --outDir build --declaration true && api-extractor run",
"dev": "rollup -c -w"
},
"devDependencies": {
"@microsoft/api-extractor": "^7.18.15",
"@rollup/plugin-commonjs": "^21.0.0",
"@rollup/plugin-node-resolve": "^13.0.5",
"@rollup/plugin-typescript": "^8.2.5",
"@types/jest": "^27.0.2",
"@types/node": "^16.10.2",
"eslint": "^8.0.0",
"jest": "^27.2.4",
"rollup": "^2.58.0",
"ts-jest": "^27.0.5",
"ts-node": "^10.0.0",
"tslib": "^2.3.1",
"typescript": "^4.4.3"
},
"dependencies": {
"date-fns": "^2.24.0",
"simple-git": "^2.46.0"
}
}