Files
NativeScript/nativescript-core/package.json
Nathan Walker 1525c89733 chore: cleanup
2020-07-11 08:32:21 -07:00

54 lines
1.5 KiB
JSON

{
"name": "@nativescript/core",
"main": "index",
"types": "index.d.ts",
"description": "NativeScript Core Modules",
"version": "6.5.10",
"homepage": "https://www.nativescript.org",
"repository": {
"type": "git",
"url": "https://github.com/NativeScript/NativeScript"
},
"files": [
"**/*.d.ts",
"**/*.js",
"**/platforms/ios/**",
"**/platforms/android/**",
"**/package.json",
"!org.nativescript.widgets.d.ts"
],
"license": "Apache-2.0",
"dependencies": {
"@nativescript/hook": "~1.0.0",
"css-tree": "^1.0.0-alpha.39",
"reduce-css-calc": "^2.1.6",
"semver": "~7.3.2",
"tns-core-modules-widgets": "~6.5.2",
"tslib": "~2.0.0"
},
"devDependencies": {
"@types/chai": "~4.2.11",
"@types/node": "~14.0.14",
"tns-platform-declarations": "~6.5.8"
},
"scripts": {
"version": "conventional-changelog -p angular -i ../CHANGELOG.md -s && git add ../CHANGELOG.md",
"postinstall": "node cli-hooks/postinstall.js",
"preuninstall": "node cli-hooks/preuninstall.js"
},
"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
}
]
}
}