-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
39 lines (39 loc) · 905 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
{
"name": "nodegui-stylesheet",
"version": "0.4.0",
"description": "react-native inspired implementation of stylesheet, written in typescript",
"main": "lib/index.js",
"types": "lib/index.d.ts",
"module": "lib/index.mjs",
"files": [
"lib"
],
"sideEffects": false,
"scripts": {
"build": "rollup -c",
"test": "jest"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Solant/nodegui-stylesheet.git"
},
"keywords": [
"nodegui",
"css",
"stylesheet"
],
"author": "",
"license": "MIT",
"bugs": {
"url": "https://github.com/Solant/nodegui-stylesheet/issues"
},
"homepage": "https://github.com/Solant/nodegui-stylesheet#readme",
"devDependencies": {
"@types/jest": "^25.2.3",
"jest": "^25.5.4",
"rollup": "^2.53.2",
"rollup-plugin-ts": "^1.4.0",
"ts-jest": "^25.5.1",
"typescript": "^3.9.10"
}
}