mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-11-05 13:26:48 +08:00
12 lines
226 B
JSON
12 lines
226 B
JSON
{
|
|
"name": "@nativescript/workspace-plugin",
|
|
"version": "0.0.1",
|
|
"dependencies": {
|
|
"tslib": "^2.3.0"
|
|
},
|
|
"type": "commonjs",
|
|
"main": "./src/index.js",
|
|
"typings": "./src/index.d.ts",
|
|
"generators": "./generators.json"
|
|
}
|