swift-pattern-compiler
Version:
A compiler which transforms SWIFT patterns to an object representation with additional information's.
37 lines (36 loc) • 960 B
JSON
{
"name": "swift-pattern-compiler",
"version": "1.0.3",
"description": "A compiler which transforms SWIFT patterns to an object representation with additional information's.",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"engines": {
"node": ">=11.2.0"
},
"scripts": {
"build": "tsc -p .",
"build:clean": "rm -rf ./dist && npm run build",
"test": "ts-node node_modules/tape/bin/tape test/**/*.spec.ts | tap-diff",
"tsc": "tsc"
},
"keywords": [
"compiler",
"SWIFT"
],
"author": "Andreas Fertsch-Röver",
"license": "MIT",
"devDependencies": {
"@types/node": "^10.12.10",
"@types/tape": "^4.2.32",
"tap-diff": "^0.1.1",
"tape": "^4.9.1",
"ts-node": "^7.0.1",
"tslint": "^5.11.0",
"typescript": "^3.1.6"
},
"dependencies": {},
"repository": {
"type": "git",
"url": "https://github.com/and-y/swift-pattern-compiler"
}
}