1 | {
|
2 | "name": "@nativescript/core",
|
3 | "version": "8.8.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 | "email": "oss@nativescript.org"
|
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 | "@nativescript/hook": "~2.0.0",
|
57 | "acorn": "^8.7.0",
|
58 | "css-tree": "^1.1.2",
|
59 | "css-what": "^6.1.0",
|
60 | "emoji-regex": "^10.2.1",
|
61 | "reduce-css-calc": "^2.1.7",
|
62 | "tslib": "^2.0.0"
|
63 | },
|
64 | "nativescript": {
|
65 | "platforms": {
|
66 | "ios": "6.0.0",
|
67 | "android": "6.0.0"
|
68 | },
|
69 | "hooks": [
|
70 | {
|
71 | "name": "nativescript-core",
|
72 | "type": "before-checkForChanges",
|
73 | "script": "cli-hooks/before-checkForChanges.js",
|
74 | "inject": true
|
75 | }
|
76 | ]
|
77 | }
|
78 | }
|