-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 813 Bytes
/
package.json
File metadata and controls
30 lines (30 loc) · 813 Bytes
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
{
"name": "nueva",
"version": "0.1.2-alpha2",
"main": "./build/nueva.common.js",
"module": "./build/nueva.es.js",
"unpkg": "./build/nueva.es.js",
"typings": "./types/index.d.ts",
"description": "A component based UI library used for making user interfaces",
"scripts": {
"dev": "node ./node_modules/typescript/bin/tsc -w",
"build": "node ./node_modules/rollup/dist/bin/rollup -c"
},
"repository": {
"type": "git",
"url": "git+https://github.com/codingwith3dv/nueva.git"
},
"keywords": [
"nueva"
],
"author": "codingwith3dv",
"license": "MIT",
"bugs": {
"url": "https://github.com/codingwith3dv/nueva/issues"
},
"homepage": "https://github.com/codingwith3dv/nueva#readme",
"devDependencies": {
"rollup": "^2.50.0",
"typescript": "^4.3.2"
}
}