-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
48 lines (48 loc) · 1.59 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
47
48
{
"name": "@owowagency/model-collection",
"version": "0.5.0",
"license": "MIT",
"main": "model-collection.cjs",
"module": "model-collection.mjs",
"publishConfig": {
"@owowagency:registry": "https://npm.pkg.github.com"
},
"scripts": {
"build": "yarn rollup -c rollup.config.js",
"lint": "eslint src --ext ts",
"postversion": "cp package.json ..",
"test": "jest"
},
"devDependencies": {
"@babel/core": "^7.16.0",
"@babel/preset-env": "^7.16.0",
"@babel/preset-typescript": "^7.16.0",
"@rollup/plugin-json": "^4.1.0",
"@semantic-release/commit-analyzer": "^9.0.2",
"@semantic-release/git": "^10.0.1",
"@semantic-release/github": "^8.0.2",
"@semantic-release/npm": "^8.0.3",
"@semantic-release/release-notes-generator": "^10.0.3",
"@types/jest": "^27.0.2",
"@typescript-eslint/eslint-plugin": "^5.4.0",
"@typescript-eslint/parser": "^5.3.1",
"@zerollup/ts-transform-paths": "^1.7.18",
"babel-core": "^7.0.0-bridge.0",
"babel-jest": "^27.3.1",
"babel-loader": "^8.2.3",
"eslint": "^8.2.0",
"eslint-plugin-unused-imports": "^2.0.0",
"jest": "^27.3.1",
"rollup": "^2.60.0",
"rollup-plugin-copy": "^3.4.0",
"rollup-plugin-typescript2": "^0.31.1",
"ts-jest": "^27.0.7",
"ttypescript": "^1.5.13",
"typescript": "^4.4.4"
},
"dependencies": {
"axios": "^0.24.0",
"collect.js": "^4.29.0",
"lodash.clonedeep": "^4.5.0"
}
}