UNPKG

1.83 kBJSONView Raw
1{
2 "name": "@nativescript/core",
3 "version": "8.7.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 "funding": [
30 {
31 "type": "opencollective",
32 "url": "https://opencollective.com/NativeScript"
33 },
34 {
35 "type": "github",
36 "url": "https://github.com/sponsors/NativeScript"
37 }
38 ],
39 "homepage": "https://nativescript.org",
40 "repository": {
41 "type": "git",
42 "url": "https://github.com/NativeScript/NativeScript"
43 },
44 "author": {
45 "name": "NativeScript",
46 "email": "oss@nativescript.org"
47 },
48 "bugs": {
49 "url": "https://github.com/NativeScript/NativeScript/issues"
50 },
51 "license": "Apache-2.0",
52 "scripts": {
53 "postinstall": "node cli-hooks/postinstall.js",
54 "preuninstall": "node cli-hooks/preuninstall.js"
55 },
56 "dependencies": {
57 "@nativescript/hook": "~2.0.0",
58 "acorn": "^8.7.0",
59 "css-tree": "^1.1.2",
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}