UNPKG

1.59 kBJSONView Raw
1{
2 "name": "@nativescript/core",
3 "version": "8.3.4",
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 "reduce-css-calc": "^2.1.7",
51 "tslib": "^2.0.0"
52 },
53 "nativescript": {
54 "platforms": {
55 "ios": "6.0.0",
56 "android": "6.0.0"
57 },
58 "hooks": [
59 {
60 "name": "nativescript-core",
61 "type": "before-checkForChanges",
62 "script": "cli-hooks/before-checkForChanges.js",
63 "inject": true
64 }
65 ]
66 }
67}