Files
NativeScript/nativescript-core/package.json
Nathan Walker 19994ff349 chore: cleanup
2020-07-11 11:07:28 -07:00

55 lines
1.5 KiB
JSON

{
"name": "@nativescript/core",
"main": "index",
"types": "index.d.ts",
"description": "NativeScript Core Modules",
"version": "7.0.0-rc.11",
"homepage": "https://www.nativescript.org",
"repository": {
"type": "git",
"url": "https://github.com/NativeScript/NativeScript"
},
"files": [
"**/*.d.ts",
"**/*.js",
"**/*.map",
"**/platforms/ios/**",
"**/platforms/android/**",
"**/package.json",
"!org.nativescript.widgets.d.ts"
],
"license": "Apache-2.0",
"dependencies": {
"@nativescript/ui-base": "~7.0.0-rc.0",
"@nativescript/hook": "~1.0.0",
"css-tree": "^1.0.0-alpha.39",
"reduce-css-calc": "^2.1.6",
"semver": "~7.3.2",
"tslib": "~2.0.0"
},
"devDependencies": {
"@types/chai": "~4.2.11",
"@types/node": "~14.0.14",
"@nativescript/types": "~7.0.0-rc.0"
},
"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
}
]
}
}