Files
NativeScript/packages/core/package.json
2021-01-23 12:27:04 -08:00

51 lines
1.2 KiB
JSON

{
"name": "@nativescript/core",
"main": "index",
"types": "index.d.ts",
"description": "NativeScript Core Modules",
"version": "7.1.4",
"homepage": "https://nativescript.org",
"repository": {
"type": "git",
"url": "https://github.com/NativeScript/NativeScript"
},
"sideEffects": [
"bundle-entry-points.js",
"./globals/index.js",
"./globals"
],
"files": [
"**/*.d.ts",
"**/*.js",
"**/*.map",
"**/platforms/ios/**",
"**/platforms/android/**",
"**/package.json"
],
"license": "Apache-2.0",
"scripts": {
"postinstall": "node cli-hooks/postinstall.js",
"preuninstall": "node cli-hooks/preuninstall.js"
},
"dependencies": {
"css-tree": "^1.0.0-alpha.39",
"@nativescript/hook": "~2.0.0",
"reduce-css-calc": "^2.1.7",
"tslib": "~2.0.0"
},
"nativescript": {
"platforms": {
"ios": "6.0.0",
"android": "6.0.0"
},
"hooks": [
{
"name": "nativescript-core",
"type": "before-checkForChanges",
"script": "cli-hooks/before-checkForChanges.js",
"inject": true
}
]
}
}