UNPKG

962 BJSONView Raw
1{
2 "name": "pretur.spec",
3 "version": "0.17.1",
4 "description": "MDA model specification builder for code generation",
5 "main": "lib/main.js",
6 "typings": "lib/main.d.ts",
7 "files": [
8 "lib"
9 ],
10 "scripts": {
11 "build": "rimraf lib && tsc",
12 "prepublishOnly": "npm run build"
13 },
14 "keywords": [
15 "pretur",
16 "mda",
17 "model",
18 "spec"
19 ],
20 "author": "Ali Taheri Moghaddar",
21 "license": "MIT",
22 "repository": {
23 "type": "git",
24 "url": "git+https://github.com/pretur/pretur"
25 },
26 "bugs": {
27 "url": "https://github.com/pretur/pretur/issues"
28 },
29 "homepage": "https://github.com/pretur/pretur/tree/master/packages/pretur.spec",
30 "dependencies": {
31 "@types/lodash": "^4.14.63",
32 "@types/node": "^7.0.15",
33 "lodash": "^4.17.4",
34 "pretur.i18n": "^0.17.1",
35 "pretur.validation": "^0.17.1",
36 "tslib": "^1.6.1"
37 },
38 "devDependencies": {
39 "rimraf": "^2.6.1",
40 "typescript": "^2.4.0-dev.20170502"
41 }
42}