|
1 | 1 | { |
2 | | - "name": "@nativescript/core", |
3 | | - "version": "8.9.2", |
4 | | - "description": "A JavaScript library providing an easy to use api for interacting with iOS and Android platform APIs.", |
5 | | - "main": "index", |
6 | | - "types": "index.d.ts", |
7 | | - "sideEffects": [ |
8 | | - "bundle-entry-points.js", |
9 | | - "./globals/index.js", |
10 | | - "./globals" |
11 | | - ], |
12 | | - "files": [ |
13 | | - "**/*.d.ts", |
14 | | - "**/*.js", |
15 | | - "**/*.map", |
16 | | - "**/platforms/ios/**", |
17 | | - "platforms/android/**", |
18 | | - "!platforms/android/core.aar", |
19 | | - "**/package.json" |
20 | | - ], |
21 | | - "keywords": [ |
22 | | - "NativeScript", |
23 | | - "JavaScript", |
24 | | - "Android", |
25 | | - "iOS", |
26 | | - "TypeScript" |
27 | | - ], |
28 | | - "funding": [ |
29 | | - { |
30 | | - "type": "opencollective", |
31 | | - "url": "https://opencollective.com/NativeScript" |
32 | | - }, |
33 | | - { |
34 | | - "type": "github", |
35 | | - "url": "https://github.com/sponsors/NativeScript" |
36 | | - } |
37 | | - ], |
38 | | - "homepage": "https://nativescript.org", |
39 | | - "repository": { |
40 | | - "type": "git", |
41 | | - "url": "https://github.com/NativeScript/NativeScript" |
42 | | - }, |
43 | | - "author": { |
44 | | - "name": "NativeScript", |
45 | | - |
46 | | - }, |
47 | | - "bugs": { |
48 | | - "url": "https://github.com/NativeScript/NativeScript/issues" |
49 | | - }, |
50 | | - "license": "Apache-2.0", |
51 | | - "scripts": { |
52 | | - "postinstall": "node cli-hooks/postinstall.js", |
53 | | - "preuninstall": "node cli-hooks/preuninstall.js" |
54 | | - }, |
55 | | - "dependencies": { |
56 | | - "@csstools/css-calc": "~2.1.2", |
57 | | - "@csstools/css-color-parser": "^3.0.8", |
58 | | - "@csstools/css-parser-algorithms": "^3.0.4", |
59 | | - "@csstools/css-tokenizer": "^3.0.3", |
60 | | - "@nativescript/hook": "~2.0.0", |
61 | | - "acorn": "^8.7.0", |
62 | | - "css-tree": "^1.1.2", |
63 | | - "css-what": "^6.1.0", |
64 | | - "emoji-regex": "^10.2.1", |
65 | | - "tslib": "^2.0.0" |
66 | | - }, |
67 | | - "nativescript": { |
68 | | - "platforms": { |
69 | | - "ios": "6.0.0", |
70 | | - "android": "6.0.0" |
71 | | - }, |
72 | | - "hooks": [ |
73 | | - { |
74 | | - "name": "nativescript-core", |
75 | | - "type": "before-checkForChanges", |
76 | | - "script": "cli-hooks/before-checkForChanges.js", |
77 | | - "inject": true |
78 | | - } |
79 | | - ] |
80 | | - } |
| 2 | + "name": "@nativescript/core", |
| 3 | + "version": "8.9.2", |
| 4 | + "description": "A JavaScript library providing an easy to use api for interacting with iOS and Android platform APIs.", |
| 5 | + "main": "index", |
| 6 | + "types": "index.d.ts", |
| 7 | + "sideEffects": [ |
| 8 | + "bundle-entry-points.js", |
| 9 | + "./globals/index.js", |
| 10 | + "./globals" |
| 11 | + ], |
| 12 | + "files": [ |
| 13 | + "**/*.d.ts", |
| 14 | + "**/*.js", |
| 15 | + "**/*.map", |
| 16 | + "**/platforms/ios/**", |
| 17 | + "platforms/android/**", |
| 18 | + "!platforms/android/core.aar", |
| 19 | + "**/package.json" |
| 20 | + ], |
| 21 | + "keywords": [ |
| 22 | + "NativeScript", |
| 23 | + "JavaScript", |
| 24 | + "Android", |
| 25 | + "iOS", |
| 26 | + "TypeScript" |
| 27 | + ], |
| 28 | + "funding": [ |
| 29 | + { |
| 30 | + "type": "opencollective", |
| 31 | + "url": "https://opencollective.com/NativeScript" |
| 32 | + }, |
| 33 | + { |
| 34 | + "type": "github", |
| 35 | + "url": "https://github.com/sponsors/NativeScript" |
| 36 | + } |
| 37 | + ], |
| 38 | + "homepage": "https://nativescript.org", |
| 39 | + "repository": { |
| 40 | + "type": "git", |
| 41 | + "url": "https://github.com/NativeScript/NativeScript" |
| 42 | + }, |
| 43 | + "author": { |
| 44 | + "name": "NativeScript", |
| 45 | + |
| 46 | + }, |
| 47 | + "bugs": { |
| 48 | + "url": "https://github.com/NativeScript/NativeScript/issues" |
| 49 | + }, |
| 50 | + "license": "Apache-2.0", |
| 51 | + "scripts": { |
| 52 | + "postinstall": "node cli-hooks/postinstall.js", |
| 53 | + "preuninstall": "node cli-hooks/preuninstall.js" |
| 54 | + }, |
| 55 | + "dependencies": { |
| 56 | + "@csstools/css-calc": "~2.1.2", |
| 57 | + "@csstools/css-color-parser": "^3.0.8", |
| 58 | + "@csstools/css-parser-algorithms": "^3.0.4", |
| 59 | + "@csstools/css-tokenizer": "^3.0.3", |
| 60 | + "@nativescript/hook": "~2.0.0", |
| 61 | + "acorn": "^8.7.0", |
| 62 | + "css-tree": "^1.1.2", |
| 63 | + "css-what": "^6.1.0", |
| 64 | + "emoji-regex": "^10.2.1", |
| 65 | + "tslib": "^2.0.0" |
| 66 | + }, |
| 67 | + "nativescript": { |
| 68 | + "platforms": { |
| 69 | + "ios": "6.0.0", |
| 70 | + "android": "6.0.0" |
| 71 | + }, |
| 72 | + "hooks": [ |
| 73 | + { |
| 74 | + "name": "nativescript-core", |
| 75 | + "type": "before-checkForChanges", |
| 76 | + "script": "cli-hooks/before-checkForChanges.js", |
| 77 | + "inject": true |
| 78 | + } |
| 79 | + ] |
| 80 | + } |
81 | 81 | } |
0 commit comments