-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
60 lines (60 loc) · 1.85 KB
/
package.json
File metadata and controls
60 lines (60 loc) · 1.85 KB
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
49
50
51
52
53
54
55
56
57
58
59
60
{
"name": "@deep-foundation/capacitor-motion",
"keywords": [
"deep-package",
"capacitor",
"motion",
"capacitor-motion",
"deep",
"deep-foundation"
],
"description": "Provides links based on [`@capacitor/motion`](https://www.npmjs.com/package/@capacitor/motion) and typescript library for comfortable using of this deep package using typescript",
"repository": {
"type": "git",
"url": "https://github.com/deep-foundation/capacitor-motion"
},
"version": "8.0.0-dev.13",
"type": "module",
"scripts": {
"library:build:clean": "fse remove dist && npm run library:build:dirty",
"library:build:dirty": "node ./automation/library/build.js",
"npm-pull": "npm-pull",
"npm-release": "npm-release",
"library:build:generate-package-class": "generate-package-class",
"documentation:generate": "node ./automation/documentation/generate.js",
"library:documentation:generate": "typedoc ./src/main.ts"
},
"main": "./dist/main.js",
"types": "dist/main.d.ts",
"files": [
"dist",
"deep.json"
],
"dependencies": {
"@deep-foundation/capacitor-device": "^20.0.3-dev.3",
"@deep-foundation/core": "~0.0.2",
"@deep-foundation/object-to-links-async-converter": "~0.0.1-dev.5",
"@deep-foundation/tsx": "~0.0.5",
"debug": "~4.3.4",
"deep-equal": "~2.2.2"
},
"peerDependencies": {
"@capacitor/device": "~5.0.4",
"@capacitor/motion": "~5.0.4",
"@deep-foundation/deeplinks": "*",
"react": "*"
},
"devDependencies": {
"@atao60/fse-cli": "~0.1.7",
"@capacitor/cli": "~5.0.0",
"@deep-foundation/npm-automation": "~18.1.11",
"@types/debug": "~4.1.8",
"@types/deep-equal": "~1.0.2",
"@types/fs-extra": "~11.0.1",
"@types/node": "~20.2.4",
"execa": "~7.1.1",
"fs-extra": "~11.1.1",
"replace-in-file": "~7.0.1",
"typescript": "5.0.4"
}
}