1 | {
|
2 | "name": "@nativescript/core",
|
3 | "version": "8.6.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/native-api-usage.json",
|
18 | "platforms/android/res/values/ids.xml",
|
19 | "platforms/android/widgets-release.aar",
|
20 | "**/package.json"
|
21 | ],
|
22 | "keywords": [
|
23 | "NativeScript",
|
24 | "JavaScript",
|
25 | "Android",
|
26 | "iOS",
|
27 | "TypeScript"
|
28 | ],
|
29 | "homepage": "https://nativescript.org",
|
30 | "repository": {
|
31 | "type": "git",
|
32 | "url": "https://github.com/NativeScript/NativeScript"
|
33 | },
|
34 | "author": {
|
35 | "name": "NativeScript",
|
36 | "email": "oss@nativescript.org"
|
37 | },
|
38 | "bugs": {
|
39 | "url": "https://github.com/NativeScript/NativeScript/issues"
|
40 | },
|
41 | "license": "Apache-2.0",
|
42 | "scripts": {
|
43 | "postinstall": "node cli-hooks/postinstall.js",
|
44 | "preuninstall": "node cli-hooks/preuninstall.js"
|
45 | },
|
46 | "dependencies": {
|
47 | "@nativescript/hook": "~2.0.0",
|
48 | "acorn": "^8.7.0",
|
49 | "css-tree": "^1.1.2",
|
50 | "emoji-regex": "^10.2.1",
|
51 | "reduce-css-calc": "^2.1.7",
|
52 | "tslib": "^2.0.0"
|
53 | },
|
54 | "nativescript": {
|
55 | "platforms": {
|
56 | "ios": "6.0.0",
|
57 | "android": "6.0.0"
|
58 | },
|
59 | "hooks": [
|
60 | {
|
61 | "name": "nativescript-core",
|
62 | "type": "before-checkForChanges",
|
63 | "script": "cli-hooks/before-checkForChanges.js",
|
64 | "inject": true
|
65 | }
|
66 | ]
|
67 | }
|
68 | }
|