UNPKG

1.04 kBJSONView Raw
1{
2 "author": "opensource@nativecode.com",
3 "description": "Provides a unified API for generation TypeScript declaration files.",
4 "homepage": "https://github.com/nativecode-dev/nofrills/tree/master/packages/typings",
5 "license": "MIT",
6 "main": "./lib/index.js",
7 "name": "@nofrills/typings",
8 "private": false,
9 "types": "./lib/index.d.ts",
10 "version": "3.6.8",
11 "bugs": {
12 "url": "https://github.com/nativecode-dev/nofrills/issues"
13 },
14 "dependencies": {
15 "@nofrills/fs": "^3.7.3",
16 "@nofrills/lincoln-debug": "^3.6.10",
17 "@nofrills/types": "^3.5.4",
18 "mustache": "^3.0.0"
19 },
20 "devDependencies": {
21 "@types/mustache": "^0.8.31",
22 "npm-check-updates": "^3.1.10"
23 },
24 "publishConfig": {
25 "access": "public"
26 },
27 "repository": {
28 "type": "git",
29 "url": "git+https://github.com/nativecode-dev/nofrills.git"
30 },
31 "scripts": {
32 "build": "cli-tasks build",
33 "clean": "cli-tasks clean",
34 "upgrade": "cli-tasks upgrade"
35 },
36 "gitHead": "5895498c7d7a6687b79b9f4239137ccbea6ca6bc"
37}